Web Hosting Talk







View Full Version : Need support regarding a html script


tqphosting
07-28-2008, 01:44 PM
hello guys im new designer
im basic person learning myself

i need a support can any help me
this is what i need
i need two dropdown things like
'region' and 'country'

i need an option to 'go'

when i select
europe in first box and italy in next box and press go
it must display the matter i give for this combination
such a way i need this script urgently

ytz991
07-30-2008, 05:49 AM
i can help you with this, if you pay something :)

hq12
07-30-2008, 05:40 PM
http://www.amazon.com/Sams-Teach-Yourself-MySQL-Apache/dp/067232976X/ref=sr_1_5?ie=UTF8&s=books&qid=1217454040&sr=1-5

ferox
08-28-2008, 09:02 AM
<select name="select">
<option value="1">region</option>
<option value="2">country</option>
</select>

<input type="submit" name="Submit" value="Submit" />

Have some good book on html or online tutorial.