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