Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
How can i simulate a link being clicked, to navigate to another frame. Response.Redirect(url) don't work, because i need to indicate target.
You can't. ASP.net is a server side technology. Only way to do what you want with ASP.net is to make it write some javascript or an actual html link to the page with a target specified.
$TeVe McLeNiThAn