473,618 Members | 3,170 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Problem with simple frames w/table

Hi,

I have an HTML page that has a single FRAMESET and several FRAMEs on it.
One of the FRAMEs contains a page with a table in it.

The problem that I'm running into is that when the page is viewed with IE,
everything looks fine, but, for some reason, it's possible to scroll the
contents of the frame with the table in it, even though we've turned off the
scrollbar.

So far, it seems like this is a problem with IE. I've tested with Netscape
4.79, and that doesn't seem to have this problem.

Here's a link to a test page that I set up that demostrates this problem:

http://members.cox.net/ohaya/small.htm

I think that I may've found a way to "disable" this scrolling in IE using an
IE-specific event (onSelectStart) , but I'm really kind of puzzled and
curious why this problem is occurring.

The table is pretty simple, set to "100%" for both height and width, so it
should just "fill" the frame.

Can anyone suggest what the problem is (and how to fix it)?

Thanks,
Jim
Jul 20 '05 #1
7 2455
ohaya wrote:
I have an HTML page that has a single FRAMESET and several FRAMEs on
it. One of the FRAMEs contains a page with a table in it.
Oh boy, this is gonna be fun.
when the page is viewed with IE, everything looks fine, but, for some
reason, it's possible to scroll the contents of the frame with the
table in it,
Well, that's pretty normal. Browsers have scrollbars for just that reason.
even though we've turned off the scrollbar.
You did? What on earth for?
So far, it seems like this is a problem with IE.
It's a problem that IE gives users a scrollbar? Because to me, that
seems like a feature.
I've tested with Netscape 4.79, and that doesn't seem to have this
problem.
NN 4.x not having a scrollbar, this you think is a good thing. I'm puzzled.
I think that I may've found a way to "disable" this scrolling in IE
using an IE-specific event (onSelectStart) ,
Brian <-- (to himself) "Oh, right, *that's* why I disabled javascript!"
Can anyone suggest what the problem is
You want to control the ui of the visitor's browser.
(and how to fix it)?


Stop wanting that.

--
Brian (remove "invalid" from my address to email me)
http://www.tsmchughs.com/
Jul 20 '05 #2
Hi Brian,

I'd done some searching in the newsgroups (including this one) for a
solution, prior to posting.

Quite frankly, I was hesitant, as I'd seen some posts as to distaste to
using frames, but this is a problem that I've been given to try to resolve
(our customer is the one who's brought this up). Unfortunately, your post,
which was really not very helpful, reinforced my original concern. I hope
that others here can contribute something more useful.

Jim

"Brian" <us*****@juliet remblay.com.inv alid> wrote in message
news:10******** *****@corp.supe rnews.com...
ohaya wrote:
I have an HTML page that has a single FRAMESET and several FRAMEs on
it. One of the FRAMEs contains a page with a table in it.
Oh boy, this is gonna be fun.
when the page is viewed with IE, everything looks fine, but, for some
reason, it's possible to scroll the contents of the frame with the
table in it,


Well, that's pretty normal. Browsers have scrollbars for just that reason.
even though we've turned off the scrollbar.


You did? What on earth for?
So far, it seems like this is a problem with IE.


It's a problem that IE gives users a scrollbar? Because to me, that
seems like a feature.
I've tested with Netscape 4.79, and that doesn't seem to have this
problem.


NN 4.x not having a scrollbar, this you think is a good thing. I'm

puzzled.
I think that I may've found a way to "disable" this scrolling in IE
using an IE-specific event (onSelectStart) ,


Brian <-- (to himself) "Oh, right, *that's* why I disabled javascript!"
Can anyone suggest what the problem is


You want to control the ui of the visitor's browser.
(and how to fix it)?


Stop wanting that.

--
Brian (remove "invalid" from my address to email me)
http://www.tsmchughs.com/

Jul 20 '05 #3
Hi,

I forgot to mention that the "real" pages that have this problem actually
also use DIVs, etc. The sample page that I linked to was the result of my
trying to narrow the problem down to be able to demonstrate the problem
simply.

Thanks,
Jim
"ohaya" <ohaya_NO_SPAM@ NO_SPAM_cox.net > wrote in message
news:awmhc.9293 $55.474@lakerea d02...
Hi Brian,

I'd done some searching in the newsgroups (including this one) for a
solution, prior to posting.

Quite frankly, I was hesitant, as I'd seen some posts as to distaste to
using frames, but this is a problem that I've been given to try to resolve
(our customer is the one who's brought this up). Unfortunately, your post, which was really not very helpful, reinforced my original concern. I hope
that others here can contribute something more useful.

Jim

"Brian" <us*****@juliet remblay.com.inv alid> wrote in message
news:10******** *****@corp.supe rnews.com...
ohaya wrote:
I have an HTML page that has a single FRAMESET and several FRAMEs on
it. One of the FRAMEs contains a page with a table in it.


Oh boy, this is gonna be fun.
when the page is viewed with IE, everything looks fine, but, for some
reason, it's possible to scroll the contents of the frame with the
table in it,


Well, that's pretty normal. Browsers have scrollbars for just that reason.
even though we've turned off the scrollbar.


You did? What on earth for?
So far, it seems like this is a problem with IE.


It's a problem that IE gives users a scrollbar? Because to me, that
seems like a feature.
I've tested with Netscape 4.79, and that doesn't seem to have this
problem.


NN 4.x not having a scrollbar, this you think is a good thing. I'm

puzzled.
I think that I may've found a way to "disable" this scrolling in IE
using an IE-specific event (onSelectStart) ,


Brian <-- (to himself) "Oh, right, *that's* why I disabled javascript!"
Can anyone suggest what the problem is


You want to control the ui of the visitor's browser.
(and how to fix it)?


Stop wanting that.

--
Brian (remove "invalid" from my address to email me)
http://www.tsmchughs.com/


Jul 20 '05 #4
ohaya wrote:
I'd done some searching in the newsgroups (including this one) for a
solution, prior to posting.
And you didn't notice how we normally post messages?

http://allmyfaqs.com/faq.pl?How_to_post
Quite frankly, I was hesitant, as I'd seen some posts as to distaste
to using frames,
We don't like them, it's true. But that's not the biggest problem I see
with your design goals. At least frames keep you in the right place, in
the content area of the browser.
ohaya wrote:
we've turned off the scrollbar.


Once you decide to mess with the scrollbar, you've left your domain as
author in an attempt to control the user's interface. This will either
(a) confuse or annoy the user; or (b) have no effect at all. Which do
you want?
Unfortunately, your post, which was really not very helpful,
reinforced my original concern.
Welcome to usenet! :-) (I'd say that my post was actually helpful, if
pithy, but your reply -- indeed, your original post -- suggests that you
won't believe me.)
I hope that others here can contribute something more useful.


Don't get your hopes too high. Most people don't like having authors
diminish the capabilities of their software, and thus will be
understandably reluctant to help you. And even if there are some, there
is no way to eliminate scrollbars in every case. Nor can you remove
toolbars, nor menus, nor status bars. You cannot hide where a link might
take someone. In short, you cannot control the ui, nor should you try.

--
Brian (remove "invalid" from my address to email me)
http://www.tsmchughs.com/
Jul 20 '05 #5
Brian wrote:

We don't like them, it's true. But that's not the biggest problem I see


Who is we? Another guy speaking for everybody on Usenet; when will it
end? ^_^

If you mean you, write you.

'Later
Peter
--
Peter aka Ulujain - Computing for Fun!
http://www.ulujain.org/
Jul 20 '05 #6
Ulujain wrote:
Brian wrote:
We don't like them,
[the antecedent, unhelpfully snipped, is "frames"]
it's true. But that's not the biggest problem I see
Who is we?


Google the group for frames, and you'll get a rough idea of the group's
feeling toward frames. But as I said, it is not the biggest problem in
any case.
Another guy speaking for everybody on Usenet;
Has there been an increase in people speaking for others in ciwah?
when will it end? ^_^


When did it *start*?

--
Brian (remove "invalid" from my address to email me)
http://www.tsmchughs.com/
Jul 20 '05 #7
[tofu posting corrected; apologies for repeated attributes, but I think
it's clearer that way]

ohaya wrote:
Hi
Hello!
ohaya wrote:

for some reason, it's possible to scroll the contents of the
frame with the table in it,

even though we've turned off the scrollbar. So far, it seems
like this is a problem with IE. Can anyone suggest what the problem is (and how to fix it)?


ohaya wrote:
I forgot to mention that the "real" pages that have this problem
actually also use DIVs, etc.
I'm stumped. How am I supposed to read this? Is DIV some sort of magic
password that will make me want to help you achieve what is, depending
on the browser, either impossible or annoying?
The sample page that I linked to was the result of my trying to
narrow the problem down to be able to demonstrate the problem simply.
And there, you succeeded, for I was able to grasp the problem very quickly.
Thanks


You are most welcome.

--
Brian (remove "invalid" from my address to email me)
http://www.tsmchughs.com/

Jul 20 '05 #8

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
2072
by: Ed Blinn | last post by:
Can someone tell me why this script will only work on a Mac with Internet Explorer. Thanks, Ed <html> <head> <script type="text/javascript"> //Square Root
5
20225
by: Z | last post by:
Hi, I have problem with auto-scrolling frames in IE (6.0 on Xp, but same happens with IE 5.5 on Win2k): If I set scrolling="auto" to frame, IE reserves space where vertical scrollbar normally goes and doesn't render contents there when scrollbar is hidden. Here is frameset with left and right frames:
3
1575
by: Lans Redmond | last post by:
I have an iframe within a jsp page which displays rows from a database. I then have a checkbox where, when I check/uncheck the checkbox it performs operations on the rows listed in the frame. I get a jscript "undefined" error if 1 row is returned in the iframe. If I have more that 1 then my length for the iframe shows the amount. if only 1 row is the iframe then my length comes up undefined
3
2441
by: Jan Ebbe Jensen | last post by:
Hi I have tried the following code. It works in Mozilla. In IE I'm not able to enable DesignMode? What have I done wrong? It says that obj is undefined? Can anyone help me please.
5
3506
by: Martin Chen | last post by:
I have a frame set (as per MS FrontPage 2000). It has a contents and a main frame. The contents frame has a menu bar written with with javascript (in the context of a table). In IE6.1 everything works fine as it also does in firefox if I call the contents frame directly (i.e. outside of its frameset). However, if I call my main page (index.html) which invokes the frame set, the contents frame javascript menubar onmouseover function...
7
1748
by: . | last post by:
I'm having a display issue with my page, http://www.Gatorgrad.com, in IE6 and IE7b2. I know it's not the browser of choice, but I think the majority of windows users still use IE so I'd like to fix the problem. The issue: When the content of one of my pages extends beyond the bottom of the screen, IE places a scroll bar on the right side as it should. However, it doesn't squeeze the content to make room for it. Instead, I get a scroll...
8
4795
by: knoxautoguy | last post by:
This problem has consumed a lot of my time, and I'm aftraid someone will tell me that my whole approach to this objective is wrong; however, I would like to know if there is a way to do this. I have a web page divided into two major segments, with the top segment fixed and the bottom segment allowed to scroll, thus giving the look of frames without frames. I also have anchors so that users can click on a letter of the alphabet to jump...
13
2866
by: Giggle Girl | last post by:
Hi there, I am having a problem with the behavior of Firefox, where lefthand column content is not resized properly after it is "collapsed" and then "re-expanded". An online demo is available here: http://s161149005.onlinehome.us/DEMOS/FF/RESIZE_PROB/main/frameset.asp It works fine in IE 6, but in Firefox, it is broken. Specifically, when the page/frameset first loads in either browser, it looks correct. But when you click the...
5
3685
by: althafexcel | last post by:
hi everyone Im trying to include an external js in my aspx page under the head tag, it doesn't load or it displays an object expected error whenver the function from the .js is called. Actually for repeated html im using the external js, i mean the TOP, BOTTOM they are repeated in every page, so i include them as functions in the external js and call them. Why it doesn't work?
0
8150
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
8650
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...
1
8303
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
8453
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
5552
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4064
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...
0
4147
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
1760
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1455
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.