What is it If tryed
javascript:window.top(); because javascript:window.close(); closes a window but it just dosent work can anyone help me.
Thanks.
What is it If tryed
javascript:window.top(); because javascript:window.close(); closes a window but it just dosent work can anyone help me.
Thanks.
no javascript,
put this
<a name="top"></a>
under yout <body> tag and make a link to #top ie:
<a href="#top">Back to top</a>
It works fine, you must be doing something wrong.
in your HTML where your <body> is,
put:
<body>
<a name="top"></a>
then
somewhere at the bottom of the page add the link:
<a href="#top">Back to top</a>
orrrr.
onClick="scroll(0, 0)"
![]()
Want to hide these adverts? Register an account for free!