Works fine in IE, but not in Firefox? Code below, thank you in advance....
http://www.cnusd.k12.c a.us/roosevelt%2Dhs/Leaving_Site/leavingERHSpave lgcy.html
<SCRIPT LANGUAGE=vbscri pt>
function callMsgBox2(str Msg)
callMsgBox2 = msgBox(strMsg,4 ,"Leaving ERHS")
end function
</SCRIPT>
<SCRIPT LANGUAGE=javasc ript>
function callMsgBox1(str Msg){
var retVal = callMsgBox2(str Msg);
var response = retVal
if (response == 6){
window.location .href = 'http://www.bricksrus.c om/order/erhs/index.htm' }
else {
window.location .href = 'http://www.cnusd.k12.c a.us/roosevelt%2Dhs/' }
}
callMsgBox1('Do you want to leave the ERHS site?')
</SCRIPT>
http://www.cnusd.k12.c a.us/roosevelt%2Dhs/Leaving_Site/leavingERHSpave lgcy.html
<SCRIPT LANGUAGE=vbscri pt>
function callMsgBox2(str Msg)
callMsgBox2 = msgBox(strMsg,4 ,"Leaving ERHS")
end function
</SCRIPT>
<SCRIPT LANGUAGE=javasc ript>
function callMsgBox1(str Msg){
var retVal = callMsgBox2(str Msg);
var response = retVal
if (response == 6){
window.location .href = 'http://www.bricksrus.c om/order/erhs/index.htm' }
else {
window.location .href = 'http://www.cnusd.k12.c a.us/roosevelt%2Dhs/' }
}
callMsgBox1('Do you want to leave the ERHS site?')
</SCRIPT>
Comment