Forum Moderators: coopster & phranque

Message Too Old, No Replies

Something in Perl similar to JavaScript 'confirm' command?

         

dreaming of nascar

3:53 am on Aug 3, 2003 (gmt 0)

10+ Year Member



Is there a command that functions like the confirm command in JS? I have a part in a script that when a user clicks on the link, it asks if they are sure. It has to be a script though, I cannot use just an HTML page. Does anyone know of one?
Thanks!

D O N

DrDoc

8:26 am on Aug 3, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



You can always use a form... Just have two submit buttons.