Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: Opening a sizeable window with a

by jclovs (Sexton)
on Nov 15, 2001 at 01:59 UTC ( [id://125433]=note: print w/replies, xml ) Need Help??


in reply to Opening a sizeable window with a

Okay, in short no. Not without JavaScript. I'm sorry but that is the only path of which you can follow, unless my experience treats me wrong.
So, try this in you form:
<script> <!-- function openNew() { new=window.open("","new","width=500, height=500, menubar=0"); } //--> </script> <form target="new" action="youdomain.com/cgi-bin/script.cgi" method="p +ost" onSubmit="openNew()"> ... </form>

P.S. if they don't have JavaScript support there is no reason to consider being able to do such an activity to their window.
jclovs

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://125433]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (5)
As of 2024-04-18 03:44 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found