dijit
Version:
Dijit provides a complete collection of user interface controls based on Dojo, giving you the power to create web applications that are highly optimized for usability, performance, internationalization, accessibility, but above all deliver an incredible u
17 lines • 610 B
HTML
<html lang="en">
<head><title>Back/forward test helper page</title></head>
<body role="main">
<h1>Back/forward test helper page</h1>
<p>
You've navigated to this page from <a href="BackForwardState.html">backForward.html</a>.
Press the "Go back" link below to return, or your browser's back button,
and check that the editors' values were restored to the test data you entered.
</p>
<p>
Note that pressing the link above will not work, since the browser doesn't consider it
as "returning" to the previous page.
</p>
<a href="javascript:history.go(-1)" id="back">Go Back</a>
</body>
</html>