<br>I know how to do it with <br><br>response.redirect <br><br>but i laod the page in a new window.<br><br>I want that it gonna load in a especific frame<br><br><br>Thanks!!!!!!!!
The easiest way to do this is to write code that will execute on the client. You can't specify a target on a redirect. If you want to load it in the topmost frame:<br><br>response.write "<script>"<br>response.write "top.document.location.href='" & theURL & "'"<br>response.write "</script>" <p>nick bulka<br><a href=mailto: > </a><br><a href= > </a><br>
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.