Forum: JavaScript / DHTML / AJAX Jul 9th, 2009 |
| Replies: 29 Views: 2,488 essential, have you had an opportunty to think about the questions that I asked. Specifically looking for how to extend the functionality you created to additional radio groups.
Thx |
Forum: JavaScript / DHTML / AJAX Jul 7th, 2009 |
| Replies: 29 Views: 2,488 essential
Thanks again for all the work you have done on this. I was able to transfer the functionality you created to my original form without any problems. Next question:
Since I have several... |
Forum: JavaScript / DHTML / AJAX Jul 3rd, 2009 |
| Replies: 29 Views: 2,488 This is awesome. Thanks so much.
I am going to work through this over the weekend and try to expand this functionality to all of the radio buttons and checkboxes and will let you know how that... |
Forum: JavaScript / DHTML / AJAX Jul 2nd, 2009 |
| Replies: 29 Views: 2,488 On first look this appears to be exactly what I was hopting for. I will work on taking this and plugging it into the registration page and expanding the functionality to the otherradio buttons.
... |
Forum: JavaScript / DHTML / AJAX Jun 30th, 2009 |
| Replies: 29 Views: 2,488 Still not working, but I think I now understand how this is supposed to work. When you said:
"And regarding about displaying its price value, i really need some reference into it, so that i can... |
Forum: JavaScript / DHTML / AJAX Jun 28th, 2009 |
| Replies: 29 Views: 2,488 Here is your original code with the added fields in the form for you to reference:
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<?xml-stylesheet type="text/css" href="#css21"... |
Forum: JavaScript / DHTML / AJAX Jun 27th, 2009 |
| Replies: 29 Views: 2,488 essential,
Not sure if you have moved on to something else or not. I am still trying to figure this out since the example you provided does not show the price in the right hand column. Any chance... |
Forum: JavaScript / DHTML / AJAX Jun 24th, 2009 |
| Replies: 29 Views: 2,488 I'm not seeing the right hand column where the $$values should be showing up. Am I missing something?
J.R. |
Forum: JavaScript / DHTML / AJAX Jun 23rd, 2009 |
| Replies: 29 Views: 2,488 Thanks. I'll have to look at this later today.
J.R. |
Forum: JavaScript / DHTML / AJAX Jun 22nd, 2009 |
| Replies: 29 Views: 2,488 I can certainly follow the code, and see what you're doing, but I doubt that I would be able to take this and make it work on my own. I just don't have the experience with javascript to be able to do... |
Forum: JavaScript / DHTML / AJAX Jun 20th, 2009 |
| Replies: 29 Views: 2,488 In looking at what I submitted I realized I had left off the submit function for the form. Here is the correct code for the last few lines of the form.
<tr class="KT_buttons">
... |
Forum: JavaScript / DHTML / AJAX Jun 20th, 2009 |
| Replies: 29 Views: 2,488 Thanks.
OK, first off, this is a php page with a form that gathers information that is written to a MySQL database. All buiilt using Adobe Dreamweaver Developer's Toolbox. That php/MySQL... |
Forum: JavaScript / DHTML / AJAX Jun 20th, 2009 |
| Replies: 29 Views: 2,488 Thanks. This works well for the checkbox that I have that has a quantity.
A couple more questions, though:
1. How to do this if the quantity is always going to be 1. Wouldn't need to have a... |
Forum: JavaScript / DHTML / AJAX Jun 19th, 2009 |
| Replies: 29 Views: 2,488 I am working on a registration form for a conference. The form has several sections of radio buttons and checkboxes and I would like to have it set up so that if a radio button or checkbox is... |