J
Jake
Hi all
I have a webpage that contains a long table and it would be nice if on opening with http://page.asp
the browser automatically jumps to the last line, without showing http://page.asp#bottom
in stead of http://page.asp in the address bar.
Currently I use this small script at bottom
---------- table display code----------
--
</tbody>
</table>
<a name='bottom'></a><script type='text/javascript'>window.location = '#bottom';</script>
</body></html>
Is there a way?
Thank you all
I have a webpage that contains a long table and it would be nice if on opening with http://page.asp
the browser automatically jumps to the last line, without showing http://page.asp#bottom
in stead of http://page.asp in the address bar.
Currently I use this small script at bottom
---------- table display code----------
--
</tbody>
</table>
<a name='bottom'></a><script type='text/javascript'>window.location = '#bottom';</script>
</body></html>
Is there a way?
Thank you all