Calling a javascript function by passing in a radi

nyghtryder

New Member
I'm having trouble calling a javascript function where one of the parameters is a radio object. Within the function, I'm looping through the array to see if an option is selected. This function works if the radio object isn't withing a user control, but once it is, I have to pass the fully-qualified name of the control delimited with a colon(:). I get a runtime error when I do this. Any ideas? Here's the code:<BR><BR>cmdDelete.Attributes.Add("onclick", "return confirmProcess('Are you sure you want to delete this reference?', this.form.ctlOfficialLanguagesAITPReferences:Refer enceRow, 1);")
 
Back
Top