mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-05 16:46:26 +00:00
22 lines
741 B
XML
22 lines
741 B
XML
<?xml version="1.0"?>
|
|
<?xml-stylesheet href="xul.css" type="text/css"?>
|
|
<?xml-stylesheet href="chrome://navigator/skin/" type="text/css"?>
|
|
|
|
<window title="history test"
|
|
id="history-test-window" xmlns:html="http://www.w3.org/TR/REC-html40"
|
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
|
|
|
|
<html:script language="javascript" src="history-test.js">
|
|
</html:script>
|
|
|
|
<html:b>history test</html:b>
|
|
<html:hr/>
|
|
|
|
<box align="horizontal" flex="100%">
|
|
<html:input id="result" type="text" style="min-width: 400px; min-height: 27px" flex="100%"/>
|
|
</box>
|
|
<html:hr/>
|
|
<html:button onclick="ShowLastPageVisted()">Show Last Page Visted</html:button>
|
|
</window>
|