Jump to content

[SOLVED] set the value of a select with javascript


cleary1981

Recommended Posts

Hi,

 

I want to use javascript to set the value of a select box shown below.

 

<select id="panel_type"> 
<option id="f">FLOOR STANDING</option> 
<option id="w">WALL MOUNTED</option> 
</select> 

 

for example if this was a text box i would simply write

 

document.company1.panel_type.value = "FLOOR STANDING"; 

 

how do I achieve this if I was using the above select instead?

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.