Results 1 to 4 of 4

Thread: [RESOLVED] reset form

Threaded View

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Jul 2007
    Posts
    617

    Resolved [RESOLVED] reset form

    hi team, how can you reset asp control inside a form using javascript?

    Code:
    <script language="javascript">
    resetform(){
    form1.reset();
    }
    Code:
    <form id="form1>
    ...more codes here for asp controls
    
    <input id="Button4" type="button" value="button"  onclick="javascript:resetfom();" />
    </form>
    Last edited by jlbantang; Sep 6th, 2010 at 02:26 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width