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

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



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

.



Relevant Pages

  • Re: Interframe communication
    ... the rest of your "frames" can be made part of the page itself. ... `div' *is* a proper standardized HTML element type since HTML 4.01. ... we all know how well supported:hover is on images in the most predominant browser on the web. ...
    (comp.lang.javascript)
  • Re: New Website Detailing History of A Non-Profit
    ... most search engines use crawlers or bots to locate ... indexing data from Web pages that are not valid HTML. ... You are using frames for no really good purpose. ... Your copyright notice appears on my browser window as ...
    (soc.org.nonprofit)
  • Re: Aw shoot
    ... All are 'strict' HTML and CSS which ... It all looks fine at my end on any browser. ... Replace frames with server side includes so that your documents do ... When I look at http://www.jimscott.co.uk/ I see a frameset. ...
    (alt.html)
  • Re: How to call another program
    ... No frames: taken care of. ... had 95% of the solution with the script that use LWP twice. ... Output the HTTP and HTML headers immediately, ... or just let the browser sit and wait for processing to complete. ...
    (comp.lang.perl.misc)
  • Re: AJAJS - thin client web app using mainly XMLHTTPRequest and eval()
    ... My web app uses no HTML templates and neither does it use any CSS ... resizing) are sent to my server application which then outputs more JS ... Therefore, for every event, the browser "asks" the server what to do, ...
    (comp.lang.javascript)