iEntry 10th Anniversary Webforumz RegistrationAnnouncements Contact Webforumz StaffContact
Home Resources Blogs Meet the Team Contact Register
 

Go Back   WebForumz.com > The Code > JavaScript

Reply
 
LinkBack Thread Tools
Old January 5th, 2006, 03:01 AM   #1
New Member
 

Join Date: Jan 2006
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Altering Power: 0 Dopeness is on a distinguished road
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
Dopeness is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Old January 10th, 2006, 04:34 AM   #2
New Member
 

Join Date: Jan 2006
Location: Leeuwarden, NL
Posts: 25
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Altering Power: 0 AnneJan is on a distinguished road
Lightbulb Re: Drop down menu info displayed on same page?

If you are using frames,
HTML Code:
<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 Code:
<FRAME src="the adress" name="framename">
HTML Code:
<A href="adress" target="framename">
This might work to target your page into one of the frames.
AnneJan is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Old September 8th, 2008, 11:31 AM   #3
New Member
 

Join Date: Sep 2008
Location: Austin, Tx
Age: 26
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Altering Power: 0 Blakely3683 is on a distinguished road
Re: Drop down menu info displayed on same page?

I actually have the same question as the original post, but I'm not using frames - I'm using CSS divs and some javascript. Please advise - I'm really having trouble finding the answer. Everything I have found is for drop down menus that link to another page. While helpful, it's not what I'm looking for.

Thanks!!
Blakely3683 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Old September 8th, 2008, 01:44 PM   #4
Aso
Most Reputable Member
 

Join Date: Oct 2007
Location: UK
Posts: 1,633
Blog Entries: 2
Thanks: 22
Thanked 84 Times in 79 Posts
Rep Altering Power: 0 Aso is on a distinguished road
Re: Drop down menu info displayed on same page?

Have you got a link to the code you've been working with so far?
Aso is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Old September 9th, 2008, 02:00 PM   #5
New Member
 

Join Date: Sep 2008
Location: Austin, Tx
Age: 26
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Altering Power: 0 Blakely3683 is on a distinguished road
Re: Drop down menu info displayed on same page?

Well, I'm using the Suckerfish method of a vertical CSS drop down menu where all the href="#" but where I'm lost is after I get that all nice and pretty - what do I do to get the actual content to display once I click on the <li>?

I thought maybe using an onclick or something, but I'm so new to js I wouldn't really know where to start.

Thanks!
Blakely3683 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Reply

Bookmarks

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


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
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 HTML, XHTML and CSS 2 February 12th, 2008 12:08 AM
Having the menu displayed at the end of the page pas2gether Search Engine Optimization (SEO) 10 November 8th, 2007 11:55 AM
How to put your menu/static info. on every page lmc148 Your Design and Layout 18 June 29th, 2007 06:53 AM
need to add a drop down menu to a page rubyk9 JavaScript 1 February 22nd, 2007 06:38 AM
Drop Down Menu not Working Since I added Toggle Javascript to Page davva JavaScript 1 May 19th, 2006 12:03 PM


Search Engine Optimization by vBSEO 3.2.0 RC8