Side navigation
Ticket #5198: page1.html
File page1.html, 0.3 KB (added by candlerb, September 10, 2009 10:20AM UTC)
<html>
<head>
<script src="jquery.js">
</script>
<script language="javascript">
window.onload = function() { alert("Onload handler triggered!") }
</script>
</head>
<body>
Please go to <a href="page2.html">page 2</a> and then click the back button.
</body>
</html>
Download in other formats:
Original Format
File page1.html, 0.3 KB (added by candlerb, September 10, 2009 10:20AM UTC)
<html>
<head>
<script src="jquery.js">
</script>
<script language="javascript">
window.onload = function() { alert("Onload handler triggered!") }
</script>
</head>
<body>
Please go to <a href="page2.html">page 2</a> and then click the back button.
</body>
</html>