in reply to Message Boxes?
The CGI.pm module even supports including JavaScript, as evidenced by the following snippet:
I would imagine that something such as:print $q->start_html(-title=>'The Riddle of the Sphinx', -script=>{-language=>'JAVASCRIPT', -src=>'/javascript/sphinx.js'} );
would suffice.<script> window.alert("Your Message Here"); </script>
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
RE: Re: Message Boxes?
by turnstep (Parson) on Apr 08, 2000 at 02:58 UTC |