Drop down menu info displayed on same page?

This is a discussion on "Drop down menu info displayed on same page?" within the JavaScript Forum section. This forum, and the thread "Drop down menu info displayed on same page? are both part of the Program Your Website category.



Go Back   Webforumz.com > Main Forums > Program Your Website > JavaScript Forum

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Jan 5th, 2006, 06:01
New Member
Join Date: Jan 2006
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Drop down menu info displayed on same page?

I was wondering what the code was so that I could create a drop down menu and I select one of the options, the information stored in each of those options would be displayed right below it on that same page. Basically each one of the options contains information and when I select one of those options, the information gets puts on the page. And then when I select a different option that information gets put on, etc.

Thanks
Reply With Quote

  #2 (permalink)  
Old Jan 10th, 2006, 07:34
Junior Member
Join Date: Jan 2006
Location: Leeuwarden, NL
Posts: 25
Thanks: 0
Thanked 0 Times in 0 Posts
Lightbulb Re: Drop down menu info displayed on same page?

If you are using frames,
HTML: Select all
<HTML>
<HEAD>
<TITLE>Frames example</TITLE>
</HEAD>
<FRAMESET rows="30%,50%,20%">
<FRAME src="document1.html">
<FRAME src="document2.html">
<FRAME src="document3.html">
</FRAMESET>
</HTML>
you could use (in your dropdown menu) the attribute 'source' to target your page:
HTML: Select all
<FRAME src="the adress" name="framename">
HTML: Select all
<A href="adress" target="framename">
This might work to target your page into one of the frames.
Reply With Quote
Reply

Tags
drop, down, menu, info, displayed, same, page

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
highlight the current page of a drop down menu Oak Web Page Design 2 Feb 12th, 2008 03:08
Having the menu displayed at the end of the page pas2gether Search Engine Optimization (SEO) 10 Nov 8th, 2007 14:55
How to put your menu/static info. on every page lmc148 Starting Out 18 Jun 29th, 2007 09:53
need to add a drop down menu to a page rubyk9 JavaScript Forum 1 Feb 22nd, 2007 09:38
Drop Down Menu not Working Since I added Toggle Javascript to Page davva JavaScript Forum 1 May 19th, 2006 15:03


All times are GMT. The time now is 19:25.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43