Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Understanding Page_Unload
Message
Information générale
Forum:
ASP.NET
Catégorie:
Formulaires Web
Divers
Thread ID:
00958621
Message ID:
00959047
Vues:
8
Exactly. You do not execute javascript on the server - you render it in the render method to send it to the client to be executed. If you are trying to send javascript to the client then put it in the render/prerender method. Apparently the unload method is too late to render output.

>I think this kind of process cannot apply. I would say any javascript process cannot be executed as the page is not loaded on the client at that moment.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform