Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Help linking list menus

Status
Not open for further replies.

silvere

Technical User
Jul 8, 2001
152
0
0
US
Ok my second question is a realitivly easy question I think. I want to create a drop down menu with a list of upcoming auctions for my page and I want the menu to link a page with the sale bill on it. If you go to and click on past shows there is an example of what I want. I know how to make the list menu, but I don't know how to link the items.

Andy
 
Hi,
Here is a couple of examples :

same window :

<select onchange=&quot;window.location=this.value&quot;>
<option value=&quot; <option value=&quot; <option value=&quot;</select>


new window:

<select onchange=&quot;window.open(this.value, 'new_window', 'width=300,height=300,scrollbars=no')&quot;>
<option value=&quot; <option value=&quot; <option value=&quot;</select>
Regards

Big Dave

davidbyng@hotmail.com


** If I am wrong I am sorry, but i'm only trying to help!! **
 
is there a way to do this within dw without doing it manually?

Andy
 
does no one know how to link a page to a list menu through dw?
 
Hope I'm right on this one...

Window Object/Forms/Insert Jump Button.

But this one is not the best one DW has. Youcan download some really cool extensions from the dreamweaver site.

menubuilder 3.1.0 is a pretty good one.
 
that's what I needed. I was trying to make a list/menu rather than a jump menu. thanks a million

Andy
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top