Microsoft
Software
Hardware
Network
Question : loading contents on selection from select box
i have a select box where i show two modes
<select name="listings">
<option value="none" selected="selected">select
one</option>
<option value="1">Premium Listing</option>
<option value="0">Normal Listing</option>
</select>
Now what i am trying is during initial page its should be showing the select one as it the default selection we have defined..
now when i click premium it should load another premium selectbox and if i use normal it should load another normal select box
so its just like swapping of the selectboxes based on the selection! please guide me in this
Answer : loading contents on selection from select box
Please see attached example:
Random Solutions
Wireless Certificated RAIDUS authentication problems
List view row height changes
iMac G4 speaker scratches and then 3 beeps
Excel VBA to open other excel file and copy cell value to active excel sheet
Everything to the left of "<"
Copying data from one worksheet to another in Excel 2007
Excel Formula to search 2 lists to produce a 3rd list
Windows Sharepoint Services Drop in Access
restore mail from backup exec information store backup
I need to change the class of a element onclick...