gimme4free
Elite Member
- Oct 22, 2008
- 1,935
- 1,989
I'm stuck on my laptop at the moment while I reinstall Windows on my PC (Gave up trying to fix it) and trying to make a form.
The form is in java/PHP.
I need the user to select a value from a dropdown list and then I also need a copy and paste box beneath it, such as:
Select From List:
(Options: Google, MSN, Live)
Text Box:
(http://<? echo "$option" ?>)
And then depending on what they select in the first box it will change. I don't want the user to have to submit the form before the change, so it's like an on-the-go form where whatever they select and it comes up.
Anyone got a similar form they can copy/paste here for me please?
The form is in java/PHP.
I need the user to select a value from a dropdown list and then I also need a copy and paste box beneath it, such as:
Select From List:
(Options: Google, MSN, Live)
Text Box:
(http://<? echo "$option" ?>)
And then depending on what they select in the first box it will change. I don't want the user to have to submit the form before the change, so it's like an on-the-go form where whatever they select and it comes up.
Anyone got a similar form they can copy/paste here for me please?