> I do not know if or how you could tell that a broweser is 
> java-enabled. I'd wait and see if Watts responds to this... 
> one can always hope.

You can use JavaScript, if it's on, to see if the browser supports Java:

<script language="JavaScript">
        if (navigator.javaEnabled()) {
                alert('You have Java!');
        }
</script>

Of course, if JavaScript is off, then good luck!

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444
------------------------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]

Reply via email to