drop down problem
Posted: Sun Jun 18, 2006 4:51 am
Hi
I have a combo drop down box which changes the content of one drop down depending on the select of the other, to change this the code is
is there a way i can do it with php without having to select it manually? like once the page has loaded etc?
I have a combo drop down box which changes the content of one drop down depending on the select of the other, to change this the code is
Code: Select all
<select name="area" size="1" onChange="redirect(this.options.selectedIndex)">