Click to See Complete Forum and Search --> : disable one pop up window without closing the other popups


mms19
08-23-2003, 11:27 PM
I have some Web pages placed in a free hosting server. When surfing to the page, there will pop up a new window of advertisement.

I use javascript code of function open () {return true;} to close the pop up window and it works fine. Because I use onClick="window.open()" in my pages to open some page in new window, the above open() {return true;} command will also close what I want to display.

Is there any way to solve this problem ?

Thank you.