[Gimp-user] photo resolution
gimp_user
david at atf4.com
Sun Oct 7 09:25:00 PDT 2007
On Sunday 07 October 2007 00:26:54 Johan Vromans wrote:
> gimp_user <david at atf4.com> writes:
> > On Friday 05 October 2007 00:44:14 Johan Vromans wrote:
> > This is not stictly "on topic" for this list
>
> To make it even more off-topic: it doesn't work for me (FireFox 2.0),
> even after fixing the quotes around "Javascript"...
>
> -- Johan
Thanks johan for correcting my typo-- try this version (it should work)- my
typing and cutting/pasting combination got well and truly screwed up!! !!
<HTML>
<HEAD>
<TITLE> Screen</TITLE>
<SCRIPT LANGUAGE="Javascript">
function displayScreenProperties() {
with(document) {
write("<B>height: </B>")
writeln(screen.height+"<BR>")
write("<B>width: </B>")
writeln(screen.width+"<BR>")
write("<B>colorDepth: </B>")
writeln(screen.colorDepth+"<BR>")
}
displayScreenProperties()
</SCRIPT>
</HEAD>
<BODY>
</BODY>
</HTML>
More information about the Gimp-user
mailing list