Forum: JavaScript / DHTML / AJAX Jun 24th, 2008 |
| Replies: 4 Views: 985 Can you provide additional code for your form? |
Forum: JavaScript / DHTML / AJAX Jun 24th, 2008 |
| Replies: 2 Views: 7,304 If I have the following code:
<form>
.
.
.
<select id="lstOtherStuff" multiple="multiple" size="6" style="width:200px;">
</select>
</form> |
Forum: JavaScript / DHTML / AJAX Jun 24th, 2008 |
| Replies: 4 Views: 3,708 Sounds like a good idea.
If I have the following code:
<select id="lstOtherStuff" multiple="multiple" size="6" style="width:200px;">
</select> |
Forum: JavaScript / DHTML / AJAX Jun 19th, 2008 |
| Replies: 4 Views: 3,708 C'mon folks! Can't anyone help? |
Forum: JavaScript / DHTML / AJAX Jun 18th, 2008 |
| Replies: 4 Views: 3,708 An item is selected from a list and then used as a variable in a PHP script to identify and retrieve some data from a specific record in a MySQL database.
Here's the code for the select script... |
Forum: JavaScript / DHTML / AJAX Jun 17th, 2008 |
| Replies: 4 Views: 3,194 URL for original code:
http://trac.mochikit.com/wiki/NestedSelectBoxes
By "nested select", I mean a select within a select. By choosing a value within the initial select box, the user will... |
Forum: JavaScript / DHTML / AJAX Jun 14th, 2008 |
| Replies: 4 Views: 3,194 I'm new to Javascript and found some code on the internet that's supposed to create some nested select boxes.
Here is the code:
<html>
<head>Some testing</head>
<script... |
Forum: PHP Jun 12th, 2008 |
| Replies: 6 Views: 4,431 Thanks R0bb0b!
I like your idea and will look into it further. |
Forum: PHP Jun 12th, 2008 |
| Replies: 6 Views: 4,431 Thank buddylee!
I'll look into "a" above. |
Forum: PHP Jun 11th, 2008 |
| Replies: 6 Views: 4,431 Thanks for the reply, kkeith29. Don't want the page to reload...
Not sure the $_GET method will solve my problem though because:
1) I want to use available data from a field (or fields) in an... |
Forum: PHP Jun 11th, 2008 |
| Replies: 6 Views: 4,431 I'm a new PHP user and could use some help creating a nested "While" loop. The code below creates a drop-down menu. For each value in the drop-down menu, I would like to create another drop-down... |