Forum: JavaScript / DHTML / AJAX Aug 20th, 2008 |
| Replies: 2 Views: 1,978 Problem 2 solved:
onkeyup=\"if(((this.value.charAt(0) == 8)&&(this.value.length > 2))||(this.value.length > 3))reload(this.form);else return false;\" |
Forum: JavaScript / DHTML / AJAX Aug 20th, 2008 |
| Replies: 2 Views: 1,978 Hi,
I have an Alert box which pops up when a customer enters in "po box" in IE7 it doesn't let the user continue after entering "po box" in the field but in Firefox after Alerting it still lets the... |
Forum: JavaScript / DHTML / AJAX Aug 9th, 2008 |
| Replies: 1 Views: 4,110 Hey,
My code i pretty messed up at the moment but i was hoping someone could help me change it so that when the form is reloaded the 2nd time round that the value in the drop down menu that's... |
Forum: JavaScript / DHTML / AJAX Aug 7th, 2008 |
| Replies: 3 Views: 4,509 http://i36.tinypic.com/11rus5g.jpg
So far i have a database with all data in it.
I have the 1st text field where the user enters their postcode and then the page reloads populating the drop down... |
Forum: JavaScript / DHTML / AJAX Aug 6th, 2008 |
| Replies: 3 Views: 3,698 Please help me then!!!
I want to eneter "Fruits" into a text field and then for the Fruit options to populate the 2nd drop down menu.
So all i want to do is replace the 1st drop down menu with... |
Forum: JavaScript / DHTML / AJAX Aug 6th, 2008 |
| Replies: 3 Views: 3,698 I want to change this code so that you can enter "Fruits" in a textr field and the drop down is populated instead of selecting "Fruits" from a drop down.
<!doctype html public "-//w3c//dtd html... |