View Full Version : Pop-Up Code Doesn't Like Me...


bourdelson
12-04-2003, 12:06 AM
I'm trying to use a pop-up code for my webpage, and it doesn't seem to want to work.

I have this code:

<SCRIPT LANGUAGE="JavaScript">
<!--

function quilt() {
flyout=window.open("quilt.html","quiltness", " resizable=no,menubar=no,s
tatus=no, directories=no,scrollbars
=yes, width=500px,height=550px");
}

//-->
</SCRIPT>

and that's in between the head tags. Then I have my link...

<a href="javascript:quilt()">My Quilt!</a>

[If you want to see the source, it's http://www.geocities.com/xeroxhallucination/stuff.html if it looks weird, that's because the page is usually in an Iframe.]

What did I do? Can someone help me, please?

Dude128
12-04-2003, 03:30 AM
try getting rid of the flyout= part. I've never seen anything like that, and I really don't think you need it :)

bourdelson
12-04-2003, 07:06 PM
I took out the flyout= part and it still isn't working. :(

lefty
12-04-2003, 07:30 PM
Try replacing "popup" to "quilt" in your <head> code.

bourdelson
12-04-2003, 07:52 PM
That worked!!! :D!!!!

Oh, I love you!!!!!!!!!!!!!!! Thank you so much!!!!! **hugs**

lefty
12-04-2003, 07:53 PM
you're welcome, glad it worked :D