Skip to content

Instantly share code, notes, and snippets.

@littlebtc
Created May 8, 2009 14:12
Show Gist options
  • Select an option

  • Save littlebtc/108791 to your computer and use it in GitHub Desktop.

Select an option

Save littlebtc/108791 to your computer and use it in GitHub Desktop.
<?xml version="1.0"?>
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
<window id="yourwindow" xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<label value="Enter Your Name:" control="name" accesskey="N" />
<textbox id="name" value="" />
<button label="OK" oncommand="alert('Hello, ' + document.getElementById('name').value + '!');" />
</window>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment