473,811 Members | 3,241 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

scroll bar is missing while resizing

4 New Member
Hi,
I am resizing my frame height according to the window content length but some time the scroll bar is missing, this is happening randomly, any help is greatly appreciated.
Thanks in advance
Jul 25 '07 #1
3 1411
hyperpau
184 Recognized Expert New Member
Hi,
I am resizing my frame height according to the window content length but some time the scroll bar is missing, this is happening randomly, any help is greatly appreciated.
Thanks in advance
if your frame is set with the scroll bars as automatic, then it would disappear if the ocntent of the page does not exceed the size of the frame. If you want this to always show, change the scroll bar setting to true.
Jul 26 '07 #2
pksa
4 New Member
hi,
Thanks for your reply. I think I asked question wrong. I am resizing my I frame height using below javascript, calling it on the onLoad of iframe.
function calculateHeight ()
{
document.getEle mentById('waitR esults').height = 100;
//find the height of the internal page
var the_height=
document.getEle mentById('waitR esults').conten tWindow.documen t.body.scrollHe ight;

//change the height of the iframe
document.getEle mentById('waitR esults').height =the_height;
}

But some time the value of the_height is less than the real value and because of the I some of the data on page is not able to seen by user. Some time I am getting the correct value and that time my page looks fine.

I greatly appreciate your help.
Jul 31 '07 #3
drhowarddrfine
7,435 Recognized Expert Expert
Then this is a javascript question and I'll transfer you there.
Jul 31 '07 #4

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

Similar topics

3
10227
by: AES/newspost | last post by:
Just been involved with a web site where clicking a button on the main page opened a second (or secondary) window intended to function like a dialog box in Apple GUI jargon. (The primary page was a private nonprofit organization's home page and the secondary window was actually an election ballot.) The secondary window opened smaller than the primary page, both vertically and horizontally, with a vertical scroll bar which had the usual...
3
12125
by: Joe | last post by:
Hi, is there way to have a scroll box that works in NN/FF? I am using a div with overflow and its great in IE but not in anything else. Is there a way? Thanks - Joe
0
1678
by: Eric | last post by:
I have a TableLayout that I'm having problems with. I am placing controls in it that have scroll bars. When I put enough of them on the control to make the TableLayout's scroll bars appear the scroll bars for the TableLayout cover up my scroll bars for the child controls. When I resize the form it fixes and the child controls are in the appropriate places. This also occurs when the form is maximized and I restore down.
0
2306
by: Rachel | last post by:
I am developing an application for Windows Mobile devices using C#. I have a form that has several controls (labels and textboxes that are dynamically created on opening the form) and a vertical scroll bar. The number of controls varies. Everything works well and the scroll bar resizes acc to the number of controls. Only problem I am having is that when the user is entering data and the control is at the bottom of the form the scroll bar...
0
9724
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9604
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10644
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10379
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10394
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
5552
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
4336
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3863
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
3015
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.