View Full Version : MY pop ups dont work! help..?


minay
06-14-2003, 03:12 AM
ive searched the whole javascript section and still they dont work.

ive put these in my <head> tag:

<script type="text/javascript">function pop() {NewWin=window.open('http://minay.fairywings.net/network.html','pop','width=180 height=230,scrollbars=no,
scrolling=no,location=no'
); }</script>

and this in the <body> tag, where ive put the link:

<a href=" javascript:pop()">[family]</a>

but it still WONT work. rraarr. help please!

if you want to see the page itself, its http://minay.fairywings.net/index2.html

lefty
06-14-2003, 03:55 AM
The script should start with this:
<script language="javascript">

You seem to be combining javascript and css :)

minay
06-14-2003, 09:53 AM
is that bad/wrong? (combining javascript and css?)

help help. it still wont work.

minay
06-14-2003, 11:05 AM
i did it! i went to sites that had pop ups in them and just copied their code. lol. its not bad, (i think) because i just copied the pop up code and no one owns that. :)

thanks!

lefty
06-14-2003, 01:37 PM
css and javascript and two different languages, so it won't work if you try to combine them. Obviously. ;)

Glad you got it to work, though.