Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re: Popup Message Box?

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

Help for this page

Select Code to Download


  1. or download this
    $q = new CGI;
    if(defined($q->param("confirm"))) {
    ...
             "</head>\n<body>",
             "</body></html>";
    }
    
  2. or download this
    <html>
       <body>
    ...
          </form>
       </body>
    </html>
    
  3. or download this
    ...
    else {
    ...
             "</body></html>";
    }
    ...
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (1)
As of 2024-04-24 13:31 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found