Posted by Van Duijn on 11/07/05 12:26
Fixed it by using
<SCRIPT LANGUAGE="JavaScript">
<!-- begin hiding JavaScript from old browsers
// define redirect function
// change redirect2.htm to required destination
function redirect(){
parent.location.href="vb9.htm"
}
// End hiding JavaScript -->
</SCRIPT>
and changing "parent" to "window". Just didn't see it before...
[Back to original message]
|