Hi,
I'm having a problem with getting a simple Javascript redirect to work. Basically I want it so that when the use hits the page they will straight away be redirected down to an anchor tag further down the page. My code works perfectly in IE, but not in Firefox. Here is the code I'm using:
Javascript:
HTML for anchor tag:Code:<script type="text/javascript"> <!-- window.location = "#thelink" //--> </script>
Code:<a name="thelink"></a>
Any ideas on what I might be doing wrong?
Thanks in advance



Reply With Quote

Bookmarks