Tokar Posted April 2, 2007 Share Posted April 2, 2007 With most script links, those which end with "#", the link is coded with the text "return false" which prevents the page from jumping to the top after you click the link. (Im not a coder, I just found this bit of information on some coders website). Here is an example link from the Neowin forum for those little paperclip icons next to threads with attached photos: https://www.neowin.net/forum/index.php?showforum=111# Thats the link, and here is the code for it: <a href="#" onclick="PopUp('https://www.neowin.net/forum/index.php?act=attach&code=showtopic&tid=538810', 'Attach538810', 500,400); return false;" title="1 attachment(s): View"> Notice the return false. With that the page shouldnt jump to the top. In my case though, I click those links and my page jumps to the top. Is there anyway to fix this problem? Link to comment Share on other sites More sharing options...
Tokar Posted April 2, 2007 Author Share Posted April 2, 2007 Well...it looks like the solution to this one is to install Maxthon 2 beta. Link to comment Share on other sites More sharing options...
Tokar Posted April 3, 2007 Author Share Posted April 3, 2007 Eh...after a few reboots the problem is back to its original form... :p. Link to comment Share on other sites More sharing options...
Recommended Posts