Wrox Programmer Forums
|
Javascript How-To Ask your "How do I do this with Javascript?" questions here.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Javascript How-To section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old May 4th, 2004, 09:36 AM
Registered User
 
Join Date: Mar 2004
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
Default Pop up menu with frames

Is there an easy way in java script to put up a pop up (drop down) menu from one frame to invoke a page in a different frame ??.
If so can someone point me at the appropriate objects.
thanks

 
Old May 4th, 2004, 12:28 PM
Friend of Wrox
 
Join Date: Nov 2003
Posts: 1,285
Thanks: 0
Thanked 2 Times in 2 Posts
Default

Is this a <select> menu or a DHTML menu?

For DHTML, just add a target attribute to the <a> tag:

<a target=yourframename href=whatever.html>link</a>

For JavaScript:

parent.frames['yourframename'].location = 'whatever.html';

HTH,

Snib

<><
 
Old May 7th, 2004, 09:29 AM
Registered User
 
Join Date: Mar 2004
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Thanks Snib, :D:D

  That got me exactly what I needed a everything is working great now.

Peter.






Similar Threads
Thread Thread Starter Forum Replies Last Post
menu-frames-display settings won't work web4all Javascript How-To 1 March 2nd, 2006 10:15 AM
cross frames with javascript drop-down menu crmpicco Javascript How-To 1 March 14th, 2005 12:57 PM
Frames (Pop-up menu) in XSL? codruta.crisan XSLT 2 January 4th, 2005 11:01 AM
Pop Up Menu and Frames ihahockey Dreamweaver (all versions) 3 June 14th, 2004 06:32 AM
frames and pop-up menus like oil and water? bee Dreamweaver (all versions) 1 October 26th, 2003 02:58 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.