Creating a Combo Box

Creating a Combo Box

Example combo Box:

 

To make the Combo Box as above, perform the following steps:

     Login to your blog
     Select Layout and click the Add Page Element to be above you
     Then select the element HTML / JavaScript and enter the code below:


<select onChange="document.location.href=this.options[this.selectedIndex].value;">
    <option value="0" selected>
Blog Archive</option>
    <option value="Links 1">Text 1</option>
    <option value="Links 2">Text 2</option>
    </select>

Look carefully at the code and replace the same text on a Combo box that exist in the code with the text you want.
     Good luck ...

0 Response to "Creating a Combo Box"

Post a Comment

Labels