We Recommend

Pro JavaScript Techniques Pro JavaScript Techniques
Pro JavaScript Techniques is the ultimate JavaScript book for the modern web developer. It provides everything you need to know about modern JavaScript, and shows what JavaScript can do for your web sites. This book doesn't waste any time looking at things you already know, like basic syntax and structures.


Posted By

davideweaver on 08/09/06


Tagged

GiftWorks


Versions (?)


Who likes this?

1 person has marked this snippet as a favorite

vali29


New Dialog


Published in: JavaScript 


No Comments for this one

  1. If DonorType(0).Checked Then
  2. If Dialog("donorType") <> "" And Dialog("donorType") <> typeIndividual Then
  3. ResetDialogInfo
  4. End If
  5. Dialog("donorType") = typeIndividual
  6. Dialog.GoNext("dialog-new-ind1.htm")
  7. Else
  8. If Dialog("donorType") <> "" And Dialog("donorType") <> typeOrganization Then
  9. ResetDialogInfo
  10. End If
  11. Dialog("donorType") = typeOrganization
  12. Dialog.GoNext("dialog-new-org1.htm")
  13. End If

Report this snippet 

You need to login to post a comment.