ruler1
MIS
- Feb 19, 2007
- 89
hi peeps im having a small problem with changing the value of a input box using php.
in my html code i have this which i think is java
is there a way to do the same thing in php? i am trying to change the value of box1 so its the same as box2 if nothing is entered in box1 on submit. hope this makes some sence.
in my html code i have this which i think is java
Code:
document.myform.box1.value=''
is there a way to do the same thing in php? i am trying to change the value of box1 so its the same as box2 if nothing is entered in box1 on submit. hope this makes some sence.