
February 19th, 2001, 01:23 PM
|
|
Contributing User
|
|
Join Date: Jul 2000
Posts: 456
Time spent in forums: 1 Day 1 h 7 m 3 sec
Reputation Power: 13
|
|
Here is a link I have on my page:
<a href="#" onClick="hide('rateLayer')">click here</a>
I use it to call a javascript function, but it allows has another effect. The link is on the bottom of a page so when it is clicked, the href="#" causes the page to scroll back up to the top.
Can someone show me how to re-write the link so this doesn't happen? I think you can do href="javascript:" or something like that.
Thanks!
|