Results 1 to 2 of 2

Thread: html click event

  1. #1

    Thread Starter
    Frenzied Member EyeTalion's Avatar
    Join Date
    Jul 2000
    Location
    New York
    Posts
    1,075

    html click event

    In my form tag I have the onsubmit to call my javscript function. I have a web control button on my page that I don't want to call my function. Is there a way to set it to ignore the call?

  2. #2
    C# Aficionado Lord_Rat's Avatar
    Join Date
    Sep 2001
    Location
    Cave
    Posts
    2,497
    No.

    What you can do instead is place your elements in their own form that is not runat="server" If, however, your form elements are intermingled with ASP controls, then you've got a world of hurt.

    Instead, you will need to do all the validation server side.
    Need to re-register ASP.NET?
    C:\WINNT\Microsoft.NET\Framework\v#VERSIONNUMBER#\aspnet_regiis -i

    (Edit #VERSIONNUMBER# as needed - do a DIR if you don't know)

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