473,586 Members | 2,678 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Can a web control appear to cross a frame's border?

Hi everyone,

(This is a newby "How did they do that?" question)

A banking web app I've been using lately (built with ASP it seems)
appears to be using frames. I say 'appears to be using frames' because
if you 'View Source' the banner area (right across the top of the
browser's content area) you see a complete html doc that does _not_
include markup for the menu (down the left hand side, below the banner)
or the main content area (which is the rest of the browsers content
area, to the right of the menu). Likewise if you 'View Source' the menu
or the main content area, there are no html definitions for the other
two areas.

But, there are drop-down combo boxes in the banner area. If you open
these they drop down (past the bottom of the banner) into the main
content area. I'd like to know how that's been done (I have been
thinking that frames disallowed this, as if they were mini browser
windows that would have have to scroll any clipped content into view
within the frame's borders).

Unfortunately I don't know how to 'View Source' the main document
definition since the only way I know to open the app is via their link
which opens a browser window with no tool, menu or address bars (I have
been using IE6 on this site)

So; is there a way to tell the browser to allow content to spill across
into another frame? (I can't see any frame markup that would suggest
this can be done).

Or; is there a way of using multiple html documents on a single page
without frames? (I feel stupid just typing that question, but perhaps
there is something really basic about html I just don't know; I am a
newby to html and web apps in general).

Or; Has this been done using some kind of trick with server-side
includes? (This seems very unlikely since it wouldn't account for
displaying three completely different html document defintions at the
same time).

Thanks in advance for any explanation or reference link you might be
able to provide.

Darius

Nov 19 '05 #1
1 1263
dropdowns run in their own window on top of the frames, so they are not
clipped. this is also why flyout menus can not obscure them
-- bruce (sqlwork.com)

"Darius" <da********@yah oo.com> wrote in message
news:11******** *************@f 14g2000cwb.goog legroups.com...
Hi everyone,

(This is a newby "How did they do that?" question)

A banking web app I've been using lately (built with ASP it seems)
appears to be using frames. I say 'appears to be using frames' because
if you 'View Source' the banner area (right across the top of the
browser's content area) you see a complete html doc that does _not_
include markup for the menu (down the left hand side, below the banner)
or the main content area (which is the rest of the browsers content
area, to the right of the menu). Likewise if you 'View Source' the menu
or the main content area, there are no html definitions for the other
two areas.

But, there are drop-down combo boxes in the banner area. If you open
these they drop down (past the bottom of the banner) into the main
content area. I'd like to know how that's been done (I have been
thinking that frames disallowed this, as if they were mini browser
windows that would have have to scroll any clipped content into view
within the frame's borders).

Unfortunately I don't know how to 'View Source' the main document
definition since the only way I know to open the app is via their link
which opens a browser window with no tool, menu or address bars (I have
been using IE6 on this site)

So; is there a way to tell the browser to allow content to spill across
into another frame? (I can't see any frame markup that would suggest
this can be done).

Or; is there a way of using multiple html documents on a single page
without frames? (I feel stupid just typing that question, but perhaps
there is something really basic about html I just don't know; I am a
newby to html and web apps in general).

Or; Has this been done using some kind of trick with server-side
includes? (This seems very unlikely since it wouldn't account for
displaying three completely different html document defintions at the
same time).

Thanks in advance for any explanation or reference link you might be
able to provide.

Darius

Nov 19 '05 #2

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

Similar topics

7
2308
by: David Hayes | last post by:
I tried finding an answer on http://www.quirksmode.org/ without success. I am attempting a complicated Frames structure. I have made it work in IE, but not Netscape. I begin with three frames, where the two lower ones are within a Frameset within the master Frameset: 1111111111111111111
3
6686
by: coolsti | last post by:
I need some help here. I am making an application which allows a user to look at a series of picture files one at a time, and enter the outcome of various visual tests to a database. The application is based on mysql and php on a remote server, and is accessed by the user via a web browser, primarilly IE. The image file names are built up...
6
9545
by: NoCopy na | last post by:
Using the following example: domiframetest.html <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>DOM Iframe Test</title>
1
1290
by: Guadala Harry | last post by:
What is the difference between controls that can cross frame borders and controls that cannot? I just observed that the list portion of a drop-down list will extend across the border of a frame, whereas all menu systems I've seen do not allow for the crossing of frame borders. What determines which controls can and which cannot cross frames? ...
2
1274
by: dana lees | last post by:
Hello, I have a frameset that contains 2 frames - a header and a body frame. The header contains some gifs and controls. Among them, there is a user control which i want to be displayed on top of the lower frame as well. Now it is cutt off where the header frame ends and i would like it to appear on top of both frames. How can i do that?
5
2342
by: Kevin | last post by:
I have a Windows form with several Frame controls containing Textboxes, Comboboxes, Buttons, etc. The Enabled property on the Frames are set to False and the user can't edit any of the Textboxes until they click a button. When I try this in VB2005 and set the Enabled property to False, everything in the Frame turns gray and is hard to read...
0
1865
by: David | last post by:
Hello all. I am trying to implement my first server control and have run into two problems that I cannot solve. I need the assistance of someone with more experience. My goal was to create an input button that would allow for both text and an image on it. I am attempting to accomplish this by basing off of the asp:button control. I...
9
8811
by: Lee | last post by:
Hi all, We need to create a page where we detect the finish of a game that's hosted on another site. We thought of doing it with frames, where we would put the game in an iframe that is contained in our page. All we need to do is to READ the location.href of that iframe (which is again, from anohter domain, not our domain) - but we can't! ...
3
2347
by: =?Utf-8?B?R3JlZw==?= | last post by:
I am used to using third party controls when it comes to setting up appearences. But, now I am using Visual Basic.Net controls that come standard with the product. I've come across a frustration situation with the combo box and text box controls. I setup the text box control appearence settings the way I want the control to appear....
0
7912
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...
0
7839
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...
0
8202
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. ...
0
8338
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...
1
7959
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...
0
8216
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...
1
5710
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes...
1
1449
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
1180
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...

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.