Java

S

Susan

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?
 
J

Jon Spivey

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

Jon
Microsoft MVP - FP
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top