View Full Version : How do I get all the bars in my pop-up window????


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

starlet
01-04-2004, 03:42 AM
change them to 1 :)

0 = off
1 = on

lovely
01-04-2004, 04:03 AM
Oh,... duh. Why didn't I think of that??? :buckt:

:heart: Thank you so much :heart: ... I could've gone on for days before I tried that!!!