• 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
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Tim Cooke
Sheriffs:
  • Rob Spoor
  • Liutauras Vilda
  • paul wheaton
Saloon Keepers:
  • Tim Holloway
  • Tim Moores
  • Mikalai Zaikin
  • Carey Brown
  • Piet Souris
Bartenders:
  • Stephan van Hulst

using frameset

 
Greenhorn
Posts: 21
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi all,
In my application home page is divided into header,body and footer.
In between header and body i am putting one pull down menu.The menu is coming ,but it is not appearing infront of the body,instead it is coming behind the body.Is there any way so that menu frame appears above body?
what i am using is A single frameset and inside 4 frames for header,menu,body anf footer.
thanks
 
author
Posts: 15385
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Frames are seperate pages so there is no way for data to go over the borders. Now is this a JavaScript dropdown or is it a select element?

Eric
 
meera jan
Greenhorn
Posts: 21
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
It is not select.A pulldown menu created by using some javascripts.The probelm is,when the pulldown appears since the body frames is there,that menu is not at all visible.
 
Eric Pascarello
author
Posts: 15385
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Than you either should avoid frames or you need to find a menu that has frame support. Some have the ability to do it. You just have to search.

Eric
 
Ranch Hand
Posts: 413
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
It depends on what are you using for menu elements, and in what context there are created.
If your solution required for IE only, use popup element
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/xmlsdk/html/10cc2b6d-d7b8-46c7-a961-6b580dea52a6.asp
 
Yuriy Fuksenko
Ranch Hand
Posts: 413
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Here is another idea. this is prove of concept code, that works in IE and Firefox. I was pretty sure it won't work, but it does.

 
meera jan
Greenhorn
Posts: 21
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
If I remove frameset,how can I create a layout like that.I searched alot for pulldown menu which supports frameset.but didn't get one .anyone can help me?
thanx
 
Eric Pascarello
author
Posts: 15385
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
HV menu supports frames
 
meera jan
Greenhorn
Posts: 21
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
HI,
thanx for the kind help.I tried to use the HV menu in my application.But whenn i use the one whithout framest,it is working.but one with frameset is not working.It is not giving any error.But the menu is not coming.I did what they have specified in the install-frames.htm.any one tried with that?what may be the problem?
thanx.
 
It runs on an internal combustion engine. This ad does not:
New web page for Paul's Rocket Mass Heaters movies
https://coderanch.com/t/785239/web-page-Paul-Rocket-Mass
reply
    Bookmark Topic Watch Topic
  • New Topic