For instance, i have dynamically generated links on my aspx page. When a user clicks a link, my function called NewWindow(sVar) runs. NewWindow() opens a new window and loads it using data from a database based on a unique ID which is the sVar. When this happens, my aspx page (the original page) also reloads(i think it post-backs?).... Is there anyway to stop the original page from reloading? It is really annoying, if you click a link at the bottom of page that you had to scoll to and the browser reloads and is back at the top of the page.
It is hard to explain what i mean, so see for yourself... http://72.3.249.139/thenuggetonline.com/mikestestwebsite/ scroll down and click "The fashion outside is frightful ..." link, the new page opens. This is what i want, however the original page (which h ...
Go to the complete details ...