/ Published in: JavaScript
No Comments for this one
Expand |
Embed | Plain Text
If DonorType(0).Checked Then If Dialog("donorType") <> "" And Dialog("donorType") <> typeIndividual Then ResetDialogInfo End If Dialog("donorType") = typeIndividual Dialog.GoNext("dialog-new-ind1.htm") Else If Dialog("donorType") <> "" And Dialog("donorType") <> typeOrganization Then ResetDialogInfo End If Dialog("donorType") = typeOrganization Dialog.GoNext("dialog-new-org1.htm") End If
You need to login to post a comment.
