Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re: Re: Upon Submission of Form -> Pop Window

by amphiplex (Monk)
on Jul 05, 2002 at 15:58 UTC ( [id://179672]=note: print w/replies, xml ) Need Help??


in reply to Re: Upon Submission of Form -> Pop Window
in thread Upon Submission of Form -> Pop Window

an example for the javascript function:
function submitit() { w_action=window.open('$self_url','action'); document.forms['main'].submit(); }
and inside your form you can put:
<INPUT TYPE=BUTTON value=submit onClick='submitit()'>
I have taken this from a script I wrote some time ago, it is intended just to provide starting point.

---- kurt

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others scrutinizing the Monastery: (3)
As of 2024-04-26 02:36 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found