urgido
07-27-2006, 09:45 PM
I do not know if this one is the indicated forum but I want to be able do that my fields input of the type text do not save the cache. Regards
* sorry if my english is bad.
* sorry if my english is bad.
|
||||
no cache in input of text typeurgido 07-27-2006, 09:45 PM I do not know if this one is the indicated forum but I want to be able do that my fields input of the type text do not save the cache. Regards * sorry if my english is bad. vwphillips 07-27-2006, 09:52 PM do you want the values to be '' (blank) when the page is refreshed? urgido 07-27-2006, 10:03 PM I do not want that the fields of text input store information vwphillips 07-27-2006, 10:05 PM <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title></title> <script language="JavaScript" type="text/javascript"> /*<![CDATA[*/ function ResetIPs(){ document.fred.reset(); // this line for all form elements // these lines for specified elements var args=ResetIPs.arguments; for (var zxc0=0;zxc0<args.length;zxc0++){ var fld=document.getElementsByName(args[zxc0]); fld[0].value=''; } } /*]]>*/ </script> </head> <body onload=ResetIPs('n1','n2','n4')> <form name="fred" > <input name="n1" /> <input name="n2" /> <input name="n3" /> <input name="n4" /> </form> </body> </html> |
| |||
EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum