Detecting target frame (if any) in ASP?

  • Thread starter Catherine Lynn Smith
  • Start date
C

Catherine Lynn Smith

Is there a way in ASP to figure out if a page that is being loaded is
being loaded into a frameset? I know I can code this in javascript,
but I would prefer to only inject a chunk of 'onload' code in the body
tag if in fact the page is being loaded in a specific frameset.

Any help is greatly appreciated.

Kathy Lynn
 
E

Evertjan.

Catherine Lynn Smith wrote on 09 okt 2003 in
microsoft.public.inetserver.asp.general:
Is there a way in ASP to figure out if a page that is being loaded is
being loaded into a frameset? I know I can code this in javascript,
but I would prefer to only inject a chunk of 'onload' code in the body
tag if in fact the page is being loaded in a specific frameset.

ASP is serverside code and completely unaware and ignorant of frames.
 
B

Bob Barrows

Catherine said:
Is there a way in ASP to figure out if a page that is being loaded is
being loaded into a frameset? I know I can code this in javascript,
but I would prefer to only inject a chunk of 'onload' code in the body
tag if in fact the page is being loaded in a specific frameset.
There is no way to detect this in asp.

It shouldn't be too hard to include code in the onload code to check to see
if a parent document exists before doing whatever it is you want it to do.

Bob Barrows
 
B

Bob Barrows

Is this directed to me?
Hannibal said:
<body onload="frameCheck()">

how difficult is that?
Not difficult at all in client-side code. The question asked if it could be
done in asp.

Can't be done: asp (server-side) code knows nothing about body, or onload,
let alone framesets.

This is a client-side operation.

Bob Barrows
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,756
Messages
2,569,533
Members
45,007
Latest member
OrderFitnessKetoCapsules

Latest Threads

Top