Jump to content

Combo boxes to load in result dynamically


Kolinski

Recommended Posts

Hi all, :) 

 

I have a page with 3 comboboxes. After selecting options from the three. Onclick of the submit button I would like for an image to load in dynamically for that selection. 

 

What would the easiest and best way to implement such a feature ? 

 

Any help would be much appreciated ? 

 

:)

Link to comment
Share on other sites

Okay, I'm rather confused this is what I've done so far, what it does is the first combobox/listbox, on selection of a globe it changes the image to that globe. 

 

Now when I click on the second combo I want the choosen globe to load the interior/exterior/city/country IMAGE of the choosen globe above 

 

this is my code

<div id="dropdownbox_mobile">
	<!--[if !IE]> --> <div class="notIE"> <!-- <![endif]-->
		<label>
			<select id="sel">
				<option disabled selected>Choose your upgrade globe</option>
				<option value="./ajaxfiles/mobile-globerange/carbackgrounds/Standard-E-City.jpg">Standard Replacement</option>
				<option value="./ajaxfiles/mobile-globerange/carbackgrounds/PowerVision-E-City.jpg">PowerVision</option>
				<option value="./ajaxfiles/mobile-globerange/carbackgrounds/XtremeVision-E-City.jpg">XtremeVision</option>
				<option value="./ajaxfiles/mobile-globerange/carbackgrounds/BlueVision-E-City.jpg">BlueVision Ultra</option>
				<option value="./ajaxfiles/mobile-globerange/carbackgrounds/CrystalVision-E-City.jpg">CrystalVision</option>
				<option value="./ajaxfiles/mobile-globerange/carbackgrounds/DiamondVision-E-City.jpg">DiamondVision</option>
			</select></label>
					</div>

			<br>
			<!--[if !IE]> --> <div class="notIE"> <!-- <![endif]-->
			<label>
				<select>
					<option disabled selected>Choose your Scene/View</option>
					<option>Exterior</option>
					<option>Interior</option>
					<option>City</option>
					<option>Country</option>
				</select></label>
								</div><br>
			<!--[if !IE]> --> <div class="notIE"> <!-- <![endif]-->
			<label>
				<select>
					<option disabled selected>Choose your Beam Pattern</option>
					<option>High</option>
					<option>Low</option>
				</select></label>
							</div>
			</div> 
Edited by Kolinski
Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.