lovely
01-04-2004, 03:34 AM
Okay, I got all the pop-up code to work right, now I've got a question...
This is in reference to a plain jane text link pop-up...
Here's where I'm talking about, by the way (in indigo):
<script language="javascript" type="text/javascript">
//<!--
function shipi()
{ window.open ("http://www.fedex.com","shipi","width=1000,height=1000,
location=0,menubar=0,resizable=0,scrollbars=0,stat us=0,
titlebar=0,toolbar=0") }
-->
</script>
I understand how to manipulate width, height and location, but how do I get all the others turned on?? Any good ideas???
I guess, what's confusing me is that the values are all '0', if they were 'no', I could just replace it with 'yes', but with all this zero stuff, I'm outta my league...
This is in reference to a plain jane text link pop-up...
Here's where I'm talking about, by the way (in indigo):
<script language="javascript" type="text/javascript">
//<!--
function shipi()
{ window.open ("http://www.fedex.com","shipi","width=1000,height=1000,
location=0,menubar=0,resizable=0,scrollbars=0,stat us=0,
titlebar=0,toolbar=0") }
-->
</script>
I understand how to manipulate width, height and location, but how do I get all the others turned on?? Any good ideas???
I guess, what's confusing me is that the values are all '0', if they were 'no', I could just replace it with 'yes', but with all this zero stuff, I'm outta my league...