Re: pop up alert

2001-05-24 Thread Paul
--- 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

Re: pop up alert

2001-05-24 Thread Timothy Kimball
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

pop up alert

2001-05-24 Thread Sigrid E Kelsey
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"} =~