Click to See Complete Forum and Search --> : window.open


gatorbyte
08-07-2003, 03:35 PM
I am having a world of trouble with the window.open command. What I am trying to do is to have one page open into the same page with the write width and height. The problem is when I put this command in:

window.open("start.html", "_self", "height=520,width=720,location=no,scrollbars=no,menubars=no,toolbars=no,resizable=yes");


All I get is the window without the height, width, and everything else. I figured that someone has got to know how to do this out there before I go nuts and drop this computer off a cliff.

Any help is appreciated,
Gatorbyte

Charles
08-07-2003, 03:39 PM
<a href="http://www.w3.org/" onclick="window.open(this.href, 'child', 'height=520,width=720,resizable'); return false">W3C</a>

gatorbyte
08-07-2003, 03:44 PM
No.

That is what I want to do but in the same window. Not a popup or new blank window but the same one that it starts in.

Thanks,
Gatorbyte

Charles
08-07-2003, 03:47 PM
Oh, I get it. You want to change the configuration of my window, which is set the way I like and you want it to look the way you like. Fortunately, you cannot do that.

gatorbyte
08-07-2003, 03:50 PM
Oh well that sucks. Doing it for a business client. I guess it just is not going to have that feature.

Thanks,
Gatorbyte