in reply to Popup Message Box?
If you are talking about a Yes/No dialog lauched when someone hits a web page (as I presume if you are running CGI) you are limited to the browser's capability and having the launcher execute a Perl script probably isn't possible.
Javascript (shudder) may be your friend here (who needs enemies?). Try something like this Untested:
<SCRIPT LANGUAGE="JavaScript"> <!-- var test; test = confirm("Yes or no already"); document.write("test is set to: " + test); //--> </SCRIPT>
Update: reformatted because of Opera's carriage return problem in UNIX.
Good luck,
{NULE}
--
http://www.nule.org
|
|---|