Click to See Complete Forum and Search --> : Popup windows in Table


bigal
10-18-2003, 05:24 AM
I use alot of Tables on my new site, but when i put a popup window link, it just doesnt work.

For instance, download the attached file, unzip and open games.htm

Click Asteroids (its the only one i have done) and nothing happens!


<a href="javascript:void(0)" target="_self" ONCLICK="window.open('games/asteroids/index.html','asteroids','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizabl e=0,width=700,height=440')" >Asteroids</a>


I have tried it with and without the target="_self" and no go.
But in my old template (also in zip file, oldgames.htm) it works fine!

Please, it will be something simple ime sure! :confused:

Khalid Ali
10-18-2003, 08:05 AM
if space between java script is not added by this forum then make sure that its one word javascript,

and rest of the code all is in one line.

bigal
10-18-2003, 08:46 AM
Amazing as it sounds, for a computer, this problem has healed itself! :)

(and it was one word!;)

Khalid Ali
10-18-2003, 09:37 AM
great...(just onething to remember - computers have to be told to do anything)
:D

That means you must have done something that fixed the error

bigal
10-18-2003, 10:07 AM
My game link linked to the file online, which didnt have th onclick=..... command
My local one did
Me being StUpId!!! :rolleyes:
(I think) :)