Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
PopUP - Client Side Scripting Envoke in Server Side Cont
Message
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Divers
Thread ID:
01131870
Message ID:
01132302
Vues:
17
Glad to help Simplicio.
I don't have yet used AJAX, stored your info on RegisterStartupScript for future use, thanks.

>Hi franco, you code really works . thank you for that. I would like to share some of other option when using AJAX since responce.write() cannot be use.
>
>
>        string script = "<script language=\"Javascript\">\n";
>        script += "window.open('download.aspx')\n";
>        script += "</script>";
>
>        this.ClientScript.RegisterStartupScript(this.GetType(), "onload", script);
>
>
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform