home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2003 October / PCWELT_10_2003.ISO / pcwsoft / CUCKOO.z.exe / cuckoo-verif.js < prev    next >
Encoding:
Text File  |  2002-05-02  |  822 b   |  43 lines

  1. function credit(form) {
  2. checkParms(form, 'credit');
  3. return false;
  4. }
  5. function credit_ct(val) {
  6. alert('credit ct=' + val);
  7. }
  8. function credit_ccn(val) {
  9. alert('credit ccn=' + val);
  10. }
  11. function credit_edm(val) {
  12. alert('credit edm=' + val);
  13. }
  14. function credit_edy(val) {
  15. alert('credit edy=' + val);
  16. }
  17. function credit_cin(val) {
  18. alert('credit cin=' + val);
  19. }
  20. function credit_chn(val) {
  21. alert('credit chn=' + val);
  22. }
  23. function food(form) {
  24. checkParms(form, 'food');
  25. return false;
  26. }
  27. function food_veg1(val) {
  28. alert('food veg1=' + val);
  29. }
  30. function food_veg2(val) {
  31. alert('food veg2=' + val);
  32. }
  33. function food_veg3(val) {
  34. alert('food veg3=' + val);
  35. }
  36. function destination(form) {
  37. checkParms(form, 'destination');
  38. return false;
  39. }
  40. function destination_to(val) {
  41. alert('destination to=' + val);
  42. }
  43.