navigation
a webmaster learning community
     Home    Register     Search      Help      Login    
FrontPage Alternative
Sponsors

Shopping Cart Software
Ecommerce software integrated into Frontpage, Dreamweaver and Golive templates. No monthly fees and available in ASP and PHP versions.

Website Templates
We also have a wide selection of Dreamweaver, Expression Web and Frontpage templates as well as webmaster tools and CSS layouts.

Frontpage website templates
Creative Website Templates for FrontPage, Dreamweaver, Flash, SwishMax

Search Forums
 

Advanced search
Recent Posts

 Todays Posts
 Most Active posts
 Posts since last visit
 My Recent Posts
 Mark posts read

 

need help with drop down boxes

 
View related threads: (in this forum | in all forums)

Logged in as: Guest
Users viewing this topic: none
Printable Version 

All Forums >> Web Development >> Microsoft FrontPage Help >> need help with drop down boxes
Page: [1]
 
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.

(in reply to bamagirl485)
Page:   [1]

All Forums >> Web Development >> Microsoft FrontPage Help >> need help with drop down boxes
Page: [1]
Jump to: 1





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