View Single Post
Old 10-31-2008, 04:24 PM   #1 (permalink)
objecterror
objecterror's Avatar
 
Ultra Techie

Join Date: Jan 2006

Location: vegas

Posts: 686

objecterror is on a distinguished road

Default Advanced HTML Forms

I'm back!
This time with some thing that's a little advanced(atleast to me it is).
I'm working on a revamp of this business website Superb Technologies and, I want to add a form of list options for the customer to choose an option from.
Here is the source code I have so far:
HTML Code:
<b>Find out your price</b>
<FORM NAME="DropDown">
<SELECT NAME="DDlinks" onChange="LinkUp(this.form)">
<OPTION>Select Television Type</OPTION>
<OPTION>LCD</OPTION>
<OPTION>DLP</OPTION>
<OPTION>PLASMA</OPTION>
</SELECT>
</FORM> 
This is all good and fine, but, some customers may think LCD screens go as far as 70'' or plasma screens are as small as 40''. I want to eliminate selections as they make a selection, kind of grouping there options as they choose there television, the size and then the kind of service they want. Thanks in advance
objecterror is offline