mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-18 06:45:33 +00:00
whoops. we only want one text input box, and set its value to
http://www.mozillazine.org soon, it will be set to instructions on how to use alecf's DOM viewer
This commit is contained in:
parent
6eafa4da70
commit
1073a08aee
@ -12,9 +12,8 @@
|
||||
|
||||
<html:script language="JavaScript" src="DOMDataSourceViewer.js"/>
|
||||
<box align="vertical" flex="30%">
|
||||
<html:input type="text" name="url" id="url" onkeyup="if (event.which == 13) loadUrl();"/>
|
||||
<html:input value="http://www.mozillazine.org/" type="text" name="url" id="url" onkeyup="if (event.which == 13) loadUrl();"/>
|
||||
<box align="horizontal">
|
||||
<html:input name="url" id="url" value="http://www.mozillazine.org/"/>
|
||||
<titledbutton onclick="loadUrl();" value="Load"/>
|
||||
<titledbutton onclick="refreshTree();" value="Refresh"/>
|
||||
</box>
|
||||
|
Loading…
x
Reference in New Issue
Block a user