Reset the form to Null or Reload the page usign reset even after a submit

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • acoder
    Recognized Expert MVP
    • Nov 2006
    • 16032

    #16
    Originally posted by sreemati
    [js]
    function reset_page()
    {
    document.locati on.reload("loca tion?type=<%=US ER_TYPE%>");
    }

    [/js]
    Sree, it's good that you got your problem solved. Just one thing about the code tags. [js] won't work. Use [code=javascript] with the ending code tag. Thanks.

    Comment

    • sreemati
      New Member
      • Jun 2007
      • 42

      #17
      Originally posted by acoder
      Sree, it's good that you got your problem solved. Just one thing about the code tags. [js] won't work. Use [code=javascript] with the ending code tag. Thanks.

      Thanks a lot. Yes, sure will rem that the next time.

      Cheers
      Sree

      Comment

      Working...