Page 1 of 1

page reloads on opening a popup

Posted: Wed Aug 19, 2009 12:36 am
by gauri
hi

i am developing a web application. on one of my pages there are many links which opens popup.
when click on any of the link the main refreshes/reloads.
is there any way to avoid this :?:

Re: page reloads on opening a popup

Posted: Wed Aug 19, 2009 10:02 am
by pickle
I assume you've tied in some Javascript functionality via the "click" event, to get your popup to show. At the end of the code that runs on click, return false.