Add to redirect java script, a POP UP window

Messages
1,193
Ok the title is a little weird.

Ok Heres what i'm asking you guys. Basically i'm redirecting from one site to another. I go the probleam solved by using this script.

Code:
<SCRIPT LANGUAGE="JavaScript">
window.location="Http://ee.domaindlx.com/notaless";
// -->
</script>

Now what i want to do now is add to the script, to open the window with no menu bar, and no status bar. I also want to edit the with and height of the window.

I was thinking and its basically like a HTML pop up window. But i don't know how to move those features into a java script language.

If anyone can help me i'd be really thankful
Thanks for your help guys.
 
ok... Now this answer is NOT what you're looking for ?...

But has it occured to you, that people have switched to FireFox to be able to BLOCK pop ups ?....
 
I'm using firefox and mozilla. Isee this might be a probleam. Ok well thanks for the help anyways

so it would be like this
Code:
<SCRIPT LANGUAGE="JavaScript">
window.location="Http://ee.domaindlx.com/notaless"; window.open(URL, '" + id + "', toolbar=0,scrollbars=0,location=0,status  bar=0,menubar=0,resizable=0,width=660,he  ight=500');
// -->
</script>
 
Its not a problem for me. If the user actually clicks the link that opens the popup it should be fine and I use FF and Moz.
 
Yea i was trying to figure out why something wasn't working. :( its the ad block for firefox. Well the redirect thing works. I can't seem to the window size and everything to work i IE. can some one put together the script for me?
 
Back