var platformName = navigator.platform.toLowerCase();
technorati tags:javascript, mozilla
Blogged with Flock
var platformName = navigator.platform.toLowerCase();
technorati tags:javascript, mozilla
Blogged with Flock
gApp = Components.classes["@mozilla.org/xre/app-info;1"]
.getService(Components.interfaces.nsIXULAppInfo)
.QueryInterface(Components.interfaces.nsIXULRuntime);
return gApp.version;
technorati tags:mozilla, xul, application, version
Blogged with Flock
<html:style type=”text/css”>
image:focus
{
background-color: black;
text-decoration: none;
border-style:dotted
}
</html:style>
<image id=”loginButton”
onkeydown=”return ( event.keyCode != 32 && event.keyCode != 13 ) || handleKey();”
style=”-moz-user-focus:normal !important” hidden = “true” />
technorati tags:mozilla, xul, image, button
Blogged with Flock