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:
01132237
Vues:
14
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);
Roses are #FF0000 Violets are #0000FF all my base are belong to you
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform