PDA

View Full Version : Front Page Format Using Behaviors



sooty8
05-25-2011, 06:56 AM
Hi All

Using FP 2003 - I know its old hat now!! however its worked OK for me for a few years - I've just added a jump menu as per code below - in design I added a colour to the menu but on running on the site it is displayed as a white coloured drop down have tried for a couple of hours to change all to no avail also on opening the drop down and selecting option value Bloggs(XY1).PDF that's OK - when closing the option selected the jump menu still displays the selection instead of Bloggs - PDF Results how do I solve these issues.


<select size="1" onchange="FP_jumpMenu(this,'window',false)" id="id1" name="D1" style="font-family: Times New Roman; font-size: 10pt; font-weight: bold; width:165; height:21" tabindex="1">
<option value="#">Bloggs - PDF Results
</option>
<option value="Bloggs(XY1).pdf">
Site XY1
</option>
</select>

Any Help Much Appreciated

Sooty8