Forum: JavaScript / DHTML / AJAX Oct 20th, 2009 |
| Replies: 0 Views: 970 Hi, I am in a real need to get this going quickly and have run into a bit of a stumbling block. Here is what I am trying to do. I am creating a Paypal Add to Cart page for several products. I have... |
Forum: JavaScript / DHTML / AJAX Sep 17th, 2009 |
| Replies: 3 Views: 446 However ... it still confuses me why I would have to do this at all. Using AJAX is supposed to mean the form has not been posted yet when I make the AJAX call so the fields should not be affected. Am... |
Forum: JavaScript / DHTML / AJAX Sep 16th, 2009 |
| Replies: 3 Views: 446 Yeah ... I have something like that already. I am using:
<input name="address1edu" type="text" class="contactform" id="address1edu" value="<?PHP echo $_REQUEST['address1edu'] ?>" size="30" />
... |
Forum: JavaScript / DHTML / AJAX Sep 16th, 2009 |
| Replies: 3 Views: 446 Ho,
I am building a large registration form. In this form, a sponsor/educator must register himself or herself and then may add up to 6 more " delegates" in pairs. The first two pairs registration... |