> Hi,

Howdy

> 
> I'm hoping someone can help me with a CGI problem I've
> been having:

[snip]

> 
> For some reason I have to insert an alert box to cause
> some delay between the invokation
> of these CGI scripts, otherwise it doesn't work. 
> 
> Does anyone have any idea how I should solve this
> problem?  It would have been nice if the
> above would work without the alert box.
> 

Basically you have 2 options:
1) ask a javascript list hoo to what you want since it is what 
calls the script with or without parameters.
2) make your cgi script somehow tell that it has been 
called with that paramneter already and not use it. 
(IE act as if there was no parameter)

#2 would allow you to fix the issue with Perl but as to how 
you do it depends on how the data is stored and retreived and 
structured and all of that good stuff.

HTH

Dmuey

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to