Hi all,
I have a Jump Menu, when you click on an item it opens a new HTML document -- my question is what do I have to put in the code to specify the size of the window I want to open (I'm not a programmer, so I rely on the handy dandy "Behaviours" features in Dreamweaver that writes the code for me!
Here is the code for my jump menu: - (I want the windows that open to be 400 px wide x 300 px high)
Thanks SO MUCH!
<select name="select" onChange="MM_jumpMenu('parent',this,1)">
<option value="#" selected>Select Style</option>
<option value="ver_cvl_maestro.htm">Maestro</option>
<option value="ver_cvl_ovation.htm">Ovation</option>
<option value="ver_cvl_frost.htm">Frost</option>
<option value="ver_cvl_fine.htm">Fine Cannelure</option>
<option value="ver_cvl_perf18.htm">Perforated P-18/32</option>
<option value="ver_cvl_perf21.htm">Perforated P-21</option>
<option value="ver_cvl_perfp24.htm">Perforated P-24</option>
<option value="ver_cvl_perfp27.htm">Perforated Designer P-27</option>
</select>
Submit Your Article
Forum Rules

Reply With Quote
