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
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.
Real programmers don't comment their code. If it was hard to write, it should be hard to understand.