开发者

How to set form action to open new window with certain size?

So I use code like:

<form action="file.php" method="post" target="foo" onSubmit="window.open('', 'foo', 'width=450,height=300,status=yes,resizable=yes,scrollbars=yes')">

But it probubly will not work if user has JS disabeld. So how to set new window Width and height not using JS?

I know we can use target="_blank" to open what I need in new window but size..开发者_开发技巧. I just cant find how to do such thing...


There's not a non-JavaScript way available to to this.

There's just not another way available to ensure a certain size. The target to target a certain window is all you have available, but you can't size it like window.open() can.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜