Greetings. We are migrating our sites from an existing C based CGI script to a more functional Perl based app. During the transition we need to be able to route the user/customer to one script or the other based on the phone number they input. I'd like to set up some sort of conditional statment within the new perl script for the submit button.
If phone# = xyz
then
submit to old CGI script
else
continue with perl CGI
I've been told that this can be handled via the onsubmit event. Any ideas?
~N8
"Be not afraid of greatness. Some are born great, some achieve greatness, and some have greatness thrust upon `em." - Twelfth Night, II:5
If phone# = xyz
then
submit to old CGI script
else
continue with perl CGI
I've been told that this can be handled via the onsubmit event. Any ideas?
~N8
"Be not afraid of greatness. Some are born great, some achieve greatness, and some have greatness thrust upon `em." - Twelfth Night, II:5