Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Response.Redirect (usando frame)? ASP.NET C#
Message
 
À
09/09/2002 16:46:10
Information générale
Forum:
Visual FoxPro
Catégorie:
Applications Internet
Divers
Thread ID:
00698462
Message ID:
00698554
Vues:
17
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform