1999-06-20 21:16:25 +00:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<?xml-stylesheet href="xul.css" type="text/css"?>
|
2006-07-27 14:49:41 +00:00
|
|
|
<?xml-stylesheet href="chrome://navigator/skin/navigator.css" type="text/css"?>
|
1999-06-20 21:16:25 +00:00
|
|
|
|
|
|
|
<window title="history test"
|
2006-07-27 14:51:08 +00:00
|
|
|
id="history-test-window" xmlns:html="http://www.w3.org/1999/xhtml"
|
1999-06-20 21:16:25 +00:00
|
|
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
|
|
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
|
|
|
|
|
2006-07-27 14:53:29 +00:00
|
|
|
<script type="application/x-javascript" src="history-test.js"/>
|
1999-06-20 21:16:25 +00:00
|
|
|
|
|
|
|
<html:b>history test</html:b>
|
|
|
|
<html:hr/>
|
|
|
|
|
2006-07-27 14:54:15 +00:00
|
|
|
<hbox flex="100%">
|
1999-06-29 03:10:36 +00:00
|
|
|
<html:input id="result" type="text" style="min-width: 400px; min-height: 27px" flex="100%"/>
|
2006-07-27 14:54:15 +00:00
|
|
|
</hbox>
|
1999-06-29 03:10:36 +00:00
|
|
|
<html:hr/>
|
2006-07-27 14:53:01 +00:00
|
|
|
<html:button onclick="ShowLastPageVisited();">Show Last Page Visited</html:button>
|
1999-06-20 21:16:25 +00:00
|
|
|
</window>
|