Here is a little JavaScript function you can call from the "onload"
of the body tag that will assure your page is the topmost page:
/*************************************************/
 function setAsTop()
  {
   if (top.location != self.location)
     top.location = self.location;
  }
/*************************************************/

--- Carlos <[EMAIL PROTECTED]> wrote:
> if i have:
> response.sendRedirect("page.jsp");
> how can i put in a target=_top the redirect?
> thanks
> Carlos
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, email: [EMAIL PROTECTED]
> 


=====
Wyn Easton
[EMAIL PROTECTED]

__________________________________________________
Do You Yahoo!?
Yahoo! Auctions - Buy the things you want at great prices. 
http://auctions.yahoo.com/

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

Reply via email to