473,385 Members | 2,015 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

Frame doubt

rsrinivasan
221 100+
Hi,

Im using two frame in my jsp page. In this first frame has header and second frame has body. In the header frame i have one menu. When I scroll down the body frame, the menu item is hidden by the body frame. How to resolve it...

Thanks,
Srinivas r.
May 21 '07 #1
2 986
dmjpro
2,476 2GB
try to trap scroll event.
or check the value of document.body.scrollLeft and scrollTop.

i think it ll work.
kind regards.
dmjpro.
May 21 '07 #2
rsrinivasan
221 100+
try to trap scroll event.
or check the value of document.body.scrollLeft and scrollTop.

i think it ll work.
kind regards.
dmjpro.
Hi,

I can't undersatnd. This is my FRAMESET.

Expand|Select|Wrap|Line Numbers
  1. <frameset rows="60,*,20"  border="0" framespacing="0" frameborder="no">
  2.   <frame src="navigation.jsp" name="mainFrame" scrolling="NO" border="0">
  3.   <frame src="/dealcapture/supplymodel/tradelog/tradeloglist.jsp" name="mFrame" frameborder="no" scrolling="yes" border="0">
  4. </frameset>
I need where to change it...
Thanks,
Srinivas r
May 21 '07 #3

Sign in to post your reply or Sign up for a free account.

Similar topics

5
by: Leo | last post by:
Why is it not possible to get the frame from the interpreter using the inspect library? IOW, why does this code: >>> from inspect import * >>> stack() produce:
10
by: Guenter | last post by:
Hi, I need to develop an application that displays video 640x480 16-bit per pixel with 30 fps. I would prefer to do that with Python (wxPython) but don't have any experience whether it is...
7
by: Patrick.O.Ige | last post by:
Can i use Frameset in ASP.NET?What are other options I have a question :- I have an asp.net page and i'm using TreeView control as links The links are on the left side of the page inside a iframe!...
2
by: Amadelle | last post by:
Hi all, I have multiple frames which I would like to get the query string from within one of the subframes. But when I do HttpContext.Current.Request.QueryString or Request.QueryString ...
4
by: skip | last post by:
I would like to try a sampling approach to profiling. My thought is to have a profiling thread that samples the execution frame of all the other started threads. I don't see any path from the...
17
by: Bruno | last post by:
I have a feature that is hosted on a different domain from the primary one in a frame, and need to retain values in a cookie. example: A web page at one.com contains a frame which has a page...
42
by: smerf | last post by:
Using javascript, is there a way to trap an external page inside a frame? I've seen scripts to break out of frames, but nothing to keep a page trapped in a frame.
5
by: gokula309 | last post by:
Hi , I've a doubt using 2 frames in same page . PAGE 1 has 2 frames called F1 and F2. F1 refers page P2 F2 refers page P3 In this P2 has a drop down list (bank ), when it's changed...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.