|
| |
|
|
bamagirl485
Posts: 1 Joined: 1/9/2006 Status: offline
|
need help with drop down boxes - 1/9/2006 22:05:29
Hi, i have a candle website. www.smellingoodcandles.com i design in printmaster gold16 i would like to add a drop down box to it for people to pick from all our scents. how can i do this? any help would be appreciated.
|
|
|
|
aubin
Posts: 13 Joined: 12/22/2005 Status: offline
|
RE: need help with drop down boxes - 1/10/2006 12:51:33
You need to create a drop down form. There is a way to do it in frontpage but I find it cumbersome. Here is some sample code for you to use. <script LANGUAGE="JavaScript1.2" TYPE="text/javascript"> <!-- function MM_jumpMenuGo(selName,targ,restore){ //v3.0 var selObj = MM_findObj(selName); if (selObj) MM_jumpMenu(targ,selObj,restore); } //--> </SCRIPT> <form name="form1"> <p align="left"><b><font face="Verdana, Arial, Helvetica, sans-serif" size="1">HOW DO I?</font></b><b><font face="Verdana, Arial, Helvetica, sans-serif" size="1"><br> </font></b> <select name="How To" onChange="MM_jumpMenu('parent',this,0)"> <option value="#" selected>click down arrow</option> <option value="link goes here">Link You want</option> </select> <br> <input type="button" name="Button1" value="Go" onClick="MM_jumpMenuGo('How To','parent',0)"> </p> </form> Just insert this code where you want it to appear. For each item you want, add a new option value with the href (link) you want.
|
|
New Messages |
No New Messages |
Hot Topic w/ New Messages |
Hot Topic w/o New Messages |
Locked w/ New Messages |
Locked w/o New Messages |
|
Post New Thread
Reply to Message
Post New Poll
Submit Vote
Delete My Own Post
Delete My Own Thread
Rate Posts
|
|
|