• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Menus across frame borders

 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,
Please read the following and let me know if you have any solution.
Objective: To display the menus on cross-frames (JSP and js)
- There are two frames 'left' and 'right'
- A set of menus with sub menus should be displayed.
- Main menus will be on 'left' frame and their corresponding sub menus
should start at 'left' frame and extend to right frame
(" IRRESPECTIVE OF WHATEVER FRAME/PAGE TO BE DISPLAYED ON 'right' FRAME")
Problem:
- Whenever the page/frames on the 'right' frame is changed the sub menus
which are extended from 'left' frame are hidden
- If the sub menus are placed in 'right' frame itself(without extending from 'left' frame) ,
even then the menus are hidden when another
'frame' is loaded on 'right' frame.
Expected Solution:
- As far as I have searched, the solution might be " menus which can be displayed on cross-frames across frame border".
- So if any one have a javascript providing such a solution please mail me.
- Or if you have your own solution that will be great!.please let me know!
Thanks & Regards,
Johnson Jayaraj
 
author
Posts: 15385
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You can do a search on the forum or on google for a menu that goes over frames.
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic