can form submission be selected.

Ask a Question related to Macromedia Dynamic HTML, Design and Development.

  1. #1

    Default can form submission be selected.

    Based on the selection of radio box i want to submit same form to two different
    urls.

    Suppose if order through mail is choosen then submit to print your order and
    send it.

    else if credit card is choosen send them to secure server for credit card
    details.

    Please help

    thanks.

    sunita Guest

  2. Similar Questions and Discussions

    1. how to get form data just before submission?
      Hi there! I wanna to know is there any method can get the submission data at client before the data send to server? There is an annotation whose...
    2. Submission Form?
      Hi, I am trying to create a submission form that, after hitting the "submit" button, is automatically sent to a specified e-mail address. I tried...
    3. Submission Form
      Hey, At www.HookWeb.net/feedback.htm I am creating a submission form that forwards the information the surfer enters in the form. But I can only...
    4. Acccordion form submission
      My need is like this. I have 7-8 panels appearing as different tabs in the accordion. Each of the panel represents a complete form in itself. Since...
    5. Form submission fills form values with garbage
      Hey all, I'm attempting to do some form processing on a server that has register_globals off, however, I've run into a confusing situation and...
  3. #2

    Default Re: can form submission be selected.

    Yo can change the form.action attribute in javascript when you click the radio button
    Cai-man Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139