Click to See Complete Forum and Search --> : Javascript popup problems


samareye
10-26-2003, 01:01 AM
Alright, like ya know when you go to a game site or somthin, it says 'flash site' and u click it and opens up a javascript window to the flash version of the site? It might say "javascript: opensomething()"on the status bar. How can i fix my settings so that i can open simple javascript pop ups like that?

a good example of what im talking about is at ebgames.com. My browser wont open the screenshots of games

thanx

Khalid Ali
10-26-2003, 07:43 AM
Originally posted by samareye
It might say "javascript: opensomething()"on the status bar.
thanx

Opening a popup window in such manner may not be as good of a solution,instead it should be done like this

<a href="someLink.html" onclick="openWindow();return false">Link</a>