OK Victor, I'll answer your original question:
:::: Is there any way to test, using JavaScript,
VBScript,
:::: ASP, or whatever, to see if the web page
displayed is
:::: being displayed in an iFrame?
Yes you can do it. You would need to read the source in as
a string and then parse the string to look for the <iframe>
tag.
Victor wrote:
: Neither one answers my question. But then again, you
: wouldn't know that, would you?
:
:
:
: :: Or right click in the middle of the page and see if the
:: context menu has an option to "Open frame in new window."
::
:: ;-)
::
::
:: --
:: Steve Easton
:: Microsoft MVP FrontPage
:: 95isalive
:: This site is best viewed............
:: .......................with a computer
::
:: "clintonG"
:: message ::: View source.
:::
::: <%= Clinton Gallagher
::: METROmilwaukee (sm) "A Regional Information
::: Service" NET csgallagher AT metromilwaukee.com
::: URL
http://metromilwaukee.com/
::: URL
http://clintongallagher.metromilwaukee.com/
:::
:::
::: :::: Is there any way to test, using JavaScript, VBScript,
:::: ASP, or whatever, to see if the web page displayed is
:::: being displayed in an iFrame?