Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. pmachin

    Resetting form values

    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...
  2. pmachin

    Resetting form values

    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.
  3. pmachin

    Resetting form values

    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...
  4. pmachin

    HELP: Cookies and things...

    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...
  5. pmachin

    HELP: Cookies and things...

    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'...

Part and Inventory Search

Back
Top