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?
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?