12-29-2007, 09:12 AM
Maybe there is a way to tell the browser 'please don't make popups' but I don't know.
A link opens new browser window if its target in HTML source is _blank. If you can control the source you can remove target=_blank from <a href...> tags.
Or a script opens it.
A link opens new browser window if its target in HTML source is _blank. If you can control the source you can remove target=_blank from <a href...> tags.
Or a script opens it.
