Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
History.back()
Message
Information générale
Forum:
ASP.NET
Catégorie:
Formulaires Web
Titre:
Divers
Thread ID:
00958298
Message ID:
00958383
Vues:
17
Hi Gordon,

Use the following control on your web page instead:
<INPUT onclick="javascript:history.go(-1)" type="button" value="< Back">
>This doesn't get much simpler but... here we go. I am new to JavaScript, so I am trying something very simple.
>
>I have created an asp.net button object and added the onclick attribute to it. The JavaScript is very simple "History.back()" and that should take you back to the previous page in the browser's history. Unfortunately I get an error: "Microsoft JScript runtime error: 'History' is undefined".
>
>I have tried this same command using a simple HTML object and specifying the language for the object as "javascript".
>
>What am I doing wrong here?
>
>
>protected override void AddAttributesToRender(HtmlTextWriter writer)
>{
>	base.AddAttributesToRender (writer);
>	writer.AddAttribute("onclick", "History.back();");
>}
>
-----------------------------------------

Cathi Gero, CPA
Prenia Software & Consulting Services
Microsoft C# / .NET MVP
Mere Mortals for .NET MVP
cgero@prenia.com
www.prenia.com
Weblog: blogs.prenia.com/cathi
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform