cfcoder
06-25-2002, 06:25 PM
I'm having problems using a named anchor in the following code:
<script language="Javascript">
<!--
window.self.location='#message';
//-->
</script>
This works fine in IE but dosen't in NS. In NS the page stops loading at the point it reaches the JS code. :(
There's a simple answer, I bet, but I'm not on top of JS so your solution would be a grate help.
:thumbsup:
<script language="Javascript">
<!--
window.self.location='#message';
//-->
</script>
This works fine in IE but dosen't in NS. In NS the page stops loading at the point it reaches the JS code. :(
There's a simple answer, I bet, but I'm not on top of JS so your solution would be a grate help.
:thumbsup: