dingleberry
Programmer
This might be very very simple... I hope so.
I've got a script I wrote in php to check availability of a domain. two variables need to be passed to that script.
1. domain
2. extension
the first is just input text.
the second I want to be a drop down list similar to that you would create in html using
<select name="ext">
<option value="com">.com</option>
<option value="net">.net</option>
<option value="org">.org</option>
</select>
How is this done?
I'm using flash 5. thanks,
dan
I've got a script I wrote in php to check availability of a domain. two variables need to be passed to that script.
1. domain
2. extension
the first is just input text.
the second I want to be a drop down list similar to that you would create in html using
<select name="ext">
<option value="com">.com</option>
<option value="net">.net</option>
<option value="org">.org</option>
</select>
How is this done?
I'm using flash 5. thanks,
dan