My attempt at inserting a 'dropdown menu' in Freeola's IntantPro website builder

 

 

 

I've only added the demo dropdown menu to this page, in real life you would add it to all required pages.

 

 

For more details please see the Freeola Chat Forums

 

 

 

 

code used to produce the above dropdown menu:

 

<select name="selectbox" onchange="window.open(this.options[this.selectedIndex].value,'_top')">

<option value="home.html">InstantPro Dropdown Menu</option><option value="home.html">-------</option> <option value="adslbroadband.html">ADSL/Broadband</option> <option value="links.html">Link Page</option><option value="freeola-instantpro-google-adsense.html">InstantPro Adsense</option>

<option value="contact.html">Feedback!</option>

</select>