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.