Howdy,

>Is there an HTML paramater (maybe META tag or something similar) that
will
>tell
>the page to always be the _top frame?  Or maybe a <body onLoad()>
technique
>that
>I can use to force this page to always live in the top frame?

Yes, frame-popping is pretty easy.  A simple variant would be like:

<body onload="window.top.document=this.document;">

I'm not sure of the above 100%, but it should be close, and regardless a
google search will yield many alternatives.

>I realize I'm getting a little off topic now. So; appologies in advance
:)

Hence the modified subject.

Yoav Shapira



This e-mail, including any attachments, is a confidential business communication, and 
may contain information that is confidential, proprietary and/or privileged.  This 
e-mail is intended only for the individual(s) to whom it is addressed, and may not be 
saved, copied, printed, disclosed or used by anyone else.  If you are not the(an) 
intended recipient, please immediately delete this e-mail from your computer system 
and notify the sender.  Thank you.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to