On Sunday 07 October 2007 00:26:54 Johan Vromans wrote:
> gimp_user <[EMAIL PROTECTED]> 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>
_______________________________________________
Gimp-user mailing list
[email protected]
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user