Forum Moderators: open
Now my code is something like this
...
function goNew(){
document.location = 'http://www.example.edu/admissions/apply/exp_profile.php' ;
}
//-->
</script>
</head>
<body onLoad= "goNew()" >
...
Now this works perfectly fine in IE, but I want it to work for ALL browsers.
Any answers out there?
[edited by: korkus2000 at 5:28 pm (utc) on Sep. 23, 2003]
[edit reason] examplified URL [/edit]
Jordan
Thats why this is baffling me. Can anyone else out there test if Netscape does infact work properly when using onload in the body tag?
Thanks for the help all