Results 1 to 2 of 2

Thread: href onClick submit help

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Sep 2000
    Posts
    770

    Question

    I want to have a link submit a form contents but i dont know how... i figure somthing like...
    <a href=" " onClick="submitUpdate(); return false">click me</a>

    but this doesn't work.. Any ideas?

    Thx.

  2. #2
    Fanatic Member Psyrus's Avatar
    Join Date
    Jul 2000
    Location
    NJ
    Posts
    602
    You might try this:

    <a HREF = "javascript:void frmName.submit();">click me</a>

    Where frmName is the name of your form.
    Chris

    VB 6.0 Calendar App Video Gamers Group
    Don't forget to rate people if they helped you.

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