Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re: Browser Manipulation

by Zoogie (Curate)
on Jul 01, 2000 at 03:13 UTC ( [id://20693]=note: print w/replies, xml ) Need Help??


in reply to Browser Manipulation

As chromatic said, this is really a client-side issue. Probably the easiest way to achieve this is to use client-side JavaScript, not Perl. Just add:
onLoad="document.myForm.reset();"
to your <body> tag (replace myForm with the name of your form), and you should be set (tested in Netscape, haven't tried IE).

- Zoogie

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://20693]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (3)
As of 2024-04-24 04:14 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found