--- Sigrid E Kelsey <[EMAIL PROTECTED]> wrote:
>
> I would like an alert to pop up everytime someone accesses a certain
> cgi script (I'm new at this).
> #print "
> # alert('MESSAGE');";
Not sure why that one wouldn't workbut try this.
Write a small static HTML test page that does wha
Sigrid Kelsey wrote:
: I would like an alert to pop up everytime someone accesses a certain cgi
: script (I'm new at this). I have commented out my lame attempts that don't
: work below, but I think they will show what I'm trying to do.
:
: #! /usr/sbin/perl
:
: #print "
: # alert('MESSA
I would like an alert to pop up everytime someone accesses a certain cgi
script (I'm new at this). I have commented out my lame attempts that don't
work below, but I think they will show what I'm trying to do.
#! /usr/sbin/perl
#print "
# alert('MESSAGE');";
if (($ENV{"REMOTE_ADDR"} =~