I did try it before posting and it does not redirect without a GO button. I haven't used a GO button yet but it's odd that I'd have to use one if it changes the location onChange.
Just a quick question. I'm a Perl user, not so much JavaScript so bare with me.
I have a pulldown menu with X number of options. The value of the options are NOT urls but references that my script can decode. My question is this..
Say the form name is "templates" and the pulldown is named...
Kevin,
This is what my current script is. It is not ending after I execute the script, it waits and makes the browser load indefinitely until the 2nd script is done.
#!/usr/bin/perl
use warnings;
use strict;
use CGI qw/:standard/;
use CGI::Carp qw(fatalsToBrowser);
###################
#...
That's the easy question- how can I get my CGI script to launch another CGI script?
The tough part is- it CANNOT wait until the 2nd script gets done loading. I need a way to execute my long-loading-often-browser-time-outting script on the serverside without the user having to wait for their...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.