Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Response.Redirect (usando frame)? ASP.NET C#
Message
 
To
09/09/2002 16:46:10
General information
Forum:
Visual FoxPro
Category:
Internet applications
Miscellaneous
Thread ID:
00698462
Message ID:
00698554
Views:
18
This message has been marked as a message which has helped to the initial question of the thread.
>private void img_Click(object sender, System.Web.UI.ImageClickEventArgs e)
>{
> ?????????
> javascript:parent.frames['SeuFrame'].location.href=minhapag.aspx ;
> ?????????
>}

Meireles, eu não sei basicamente nada de ASP, nem muito menos de ASP.NET. Entretanto, todo código de cliente pode ser rodado no servidor com uma expressão do tipo:
private void img_Click(object sender, System.Web.UI.ImageClickEventArgs e)
{
    Response.Write("javascript:parent.frames['SeuFrame'].location.href=minhapag.aspx") ;
}
[]´s


Nilton Paulino
paulino@foxbrasil.com.br
Fox Total Network
www.foxtotal.com.br
Previous
Reply
Map
View

Click here to load this message in the networking platform