The problem is this:<br>
I have a script a.cgi in which I have a form that submits the name of a text field to another script, b.cgi. Then b.cgi uses this name (does something) and returns it back to a.cgi (via a hidden field) to display this name in the some html generated by a.cgi after it...
ok? I thought this took effect when the page is reloaded. Thats essentially what Im trying to do, have the default values of the form once the page its in is reloaded again.
Hi,
I'm trying to reset the values of a form on submission. I tried the following exactly
My document's name is abc.cgi the form's name is myForm
supposedly this is the standard format
<FORM name="myForm" onSubmit="document.myForm.content.value=''">
so I tried the above exactly, as well as...
Greetings everyone! I'm a newbie to Perl, hopefully some of you more experienced programmers can help me out.
I have 3 questions:
1:
I have the following code creating a cookie:
use CGI;
$query = new CGI;
my $cookie = $query->cookie(-name=>'cookie', -value=>'hello', -domain=>'www.cis$
print...
Greetings everyone! I'm a newbie to Perl, hopefully some of you more experienced programmers can help me out.
I have 3 questions that are driving me nuts:
1:
I have the following code creating a cookie:
use CGI;
$query = new CGI;
my $cookie = $query->cookie(-name=>'cookie', -value=>'hello'...
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.