mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 14:22:01 +00:00
make it so when you hit return, it loads the URL
This commit is contained in:
parent
8bc490a93b
commit
af7020147c
@ -12,6 +12,7 @@
|
||||
|
||||
<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();"/>
|
||||
<box align="horizontal">
|
||||
<html:input name="url" id="url" value="http://www.mozillazine.org/"/>
|
||||
<titledbutton onclick="loadUrl();" value="Load"/>
|
||||
|
Loading…
Reference in New Issue
Block a user