Re: How to know if frames are frameset or iframes?
- From: MikeJoel <none>
- Date: Mon, 06 Feb 2006 19:06:39 -0500
I am just needing to know if the document in the browser contains
Frameset or IFrames.
I thought there was a method to check for an element in a document.
On Mon, 6 Feb 2006 18:44:02 -0500, "Igor Tandetnik"
<itandetnik@xxxxxxxx> wrote:
MikeJoel <none> wrote:.
On Mon, 6 Feb 2006 16:42:50 -0500, "Igor Tandetnik"
<itandetnik@xxxxxxxx> wrote:
MikeJoel <none> wrote:
How can I know if the frames on a ducument are the old frameset or
inframes?
tagName, perhaps?
on what?
Depends on what you have. For example if you have a document object of
the page in a frame, you can use
document.parentWindow.frameElement.tagName
- Follow-Ups:
- Re: How to know if frames are frameset or iframes?
- From: Igor Tandetnik
- Re: How to know if frames are frameset or iframes?
- References:
- How to know if frames are frameset or iframes?
- From: MikeJoel
- Re: How to know if frames are frameset or iframes?
- From: Igor Tandetnik
- Re: How to know if frames are frameset or iframes?
- From: MikeJoel
- Re: How to know if frames are frameset or iframes?
- From: Igor Tandetnik
- How to know if frames are frameset or iframes?
- Prev by Date: Re: How to know if frames are frameset or iframes?
- Next by Date: Re: How to know if frames are frameset or iframes?
- Previous by thread: Re: How to know if frames are frameset or iframes?
- Next by thread: Re: How to know if frames are frameset or iframes?
- Index(es):
Relevant Pages
|