Mar 29, 2004 #1 antonyb MIS Aug 23, 2002 35 MY How could i refresh the form after submit, i need to clear off all the value from an input box without using reset button. Thx Rdgs, Antony
How could i refresh the form after submit, i need to clear off all the value from an input box without using reset button. Thx Rdgs, Antony
Mar 29, 2004 #2 jemminger Programmer Jun 25, 2001 3,453 US you could call document.formName.reset(); or location.href = location.href; ========================================================= -jeff http://www.jeffemminger.comtry { succeed(); } catch(E) { tryAgain(); } Upvote 0 Downvote
you could call document.formName.reset(); or location.href = location.href; ========================================================= -jeff http://www.jeffemminger.comtry { succeed(); } catch(E) { tryAgain(); }