I need to alert viewers about having a java enabled
browser and if they don't they can download the exe file.
How do I do all of this?

Re: Java by Jon

Jon
Thu Dec 25 07:59:15 CST 2003

Hi Susan,
you can check for java
<script type="text/javascript">
if(!navigator.javaEnabled())alert('Put your message here')
</script>

Jon
Microsoft MVP - FP

"Susan" <anonymous@discussions.microsoft.com> wrote in message
news:059401c3ca62$b10a64c0$a001280a@phx.gbl...
> I need to alert viewers about having a java enabled
> browser and if they don't they can download the exe file.
> How do I do all of this?