Hello Guys:

I have an ONChange Event on my Radio Button that calls a JavaScript function.  The 
problem is:  I have to double click to get the JavaScript function to be called.  

Here is my Radio Button being defined.

<TD><INPUT TYPE = "radio" NAME = "ApplicationID" VALUE = "<%=RS("ApplicationID")%>" <% 
If CInt(RS("ApplicationID")) = CInt(intApplicationID) Then Response.Write(" CHECKED ") 
End If %> ONCHANGE = "ApplicationID_OnChange(<%=RS("ApplicationID")%>)"></TD>

Does anyone know what I am doing wrong?

Thanks
Andy



------------------------ Yahoo! Groups Sponsor --------------------~--> 
Yahoo! Domains - Claim yours for only $14.70
http://us.click.yahoo.com/Z1wmxD/DREIAA/yQLSAA/17folB/TM
--------------------------------------------------------------------~-> 

---------------------------------------------------------------------    
 Home       : http://groups.yahoo.com/group/active-server-pages
---------------------------------------------------------------------
 Post       : [EMAIL PROTECTED]
 Subscribe  : [EMAIL PROTECTED]
 Unsubscribe: [EMAIL PROTECTED]
--------------------------------------------------------------------- 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
     http://groups.yahoo.com/group/active-server-pages/

<*> To unsubscribe from this group, send an email to:
     [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
     http://docs.yahoo.com/info/terms/
 

Reply via email to