piscola
10-12-2005, 04:40 PM
Chained menu selects
url: http://www.dynamicdrive.com/dynamicindex16/chainedselects/chainedselects.html
Hi, Im really stuck on this and have been trying different things for some time now, please will someone help? I have set up the chain menu from the url above and its great but i need to change a couple of things for my new site and its proving difficult and stressful.
1.Instead of the 'input type="button"' I would like to use my own mouse over button but when i do this the button doesnt seem to work at all or very well?
2. I need the link to open in a iframe on the same page so as you can see below i have been playing around and inserting 'target="quotemenu"' (the name of my iframe) but i cant get it to work, any ideas?
3. I would like to be able to change the style of the dropdown boxes in the same way that you can with the main window scroll bar so it all fits in with my site?
I'll admitt im not great with all this coding but i normally get there through trail and error but i think im just digging a big hole in this case, i have tryed researching the authors site and still cant get anywhere. help would be more than welcome!! im sure someone knows how to do this stuff with ease?
<table align="center" width="669"><tr>
<td><select name="firstlevel" style="width:180px;"></select></td>
<td><select name="secondlevel" style="width:160px;"></select></td>
<td><select name="thirdlevel" style="width:160px;"></select></td>
<td><input type="image" id="img1" src="Graphics/tick.gif" target="quotewindow" onmouseover="FP_swapImg(1,0,/*id*/'img1',/*url*/'Graphics/mouse_over_tick.gif')" onmouseout="FP_swapImg(0,0,/*id*/'img1',/*url*/'Graphics/tick.gif')" onclick="goListGroup(document.listmenu0.firstlevel, document.listmenu0.secondlevel, document.listmenu0.thirdlevel)">
<input type="image" src="Graphics/cross.gif" onclick="resetListGroup('chainedmenu')">
</tr></table>
thanks very much for your time
Stu
url: http://www.dynamicdrive.com/dynamicindex16/chainedselects/chainedselects.html
Hi, Im really stuck on this and have been trying different things for some time now, please will someone help? I have set up the chain menu from the url above and its great but i need to change a couple of things for my new site and its proving difficult and stressful.
1.Instead of the 'input type="button"' I would like to use my own mouse over button but when i do this the button doesnt seem to work at all or very well?
2. I need the link to open in a iframe on the same page so as you can see below i have been playing around and inserting 'target="quotemenu"' (the name of my iframe) but i cant get it to work, any ideas?
3. I would like to be able to change the style of the dropdown boxes in the same way that you can with the main window scroll bar so it all fits in with my site?
I'll admitt im not great with all this coding but i normally get there through trail and error but i think im just digging a big hole in this case, i have tryed researching the authors site and still cant get anywhere. help would be more than welcome!! im sure someone knows how to do this stuff with ease?
<table align="center" width="669"><tr>
<td><select name="firstlevel" style="width:180px;"></select></td>
<td><select name="secondlevel" style="width:160px;"></select></td>
<td><select name="thirdlevel" style="width:160px;"></select></td>
<td><input type="image" id="img1" src="Graphics/tick.gif" target="quotewindow" onmouseover="FP_swapImg(1,0,/*id*/'img1',/*url*/'Graphics/mouse_over_tick.gif')" onmouseout="FP_swapImg(0,0,/*id*/'img1',/*url*/'Graphics/tick.gif')" onclick="goListGroup(document.listmenu0.firstlevel, document.listmenu0.secondlevel, document.listmenu0.thirdlevel)">
<input type="image" src="Graphics/cross.gif" onclick="resetListGroup('chainedmenu')">
</tr></table>
thanks very much for your time
Stu