View Single Post
  #2 (permalink)  
Old 06-10-03, 01:04 PM
Shane Shane is offline
Coding Addict
 
Join Date: Jun 2003
Location: Maryland, US
Posts: 268
Thanks: 0
Thanked 0 Times in 0 Posts
I tested this and it works with IE and Netscape.

Code:
<script language="Javascript">

if(navigator.javaEnabled())
{ alert("Java is enabled"); }
else { alert("nope"); }

</script>
__________________
Shane Bauer
Microsoft Certified Professional (MCP) - ASP.NET
ASP/ASP.net, C#, VB/VB.NET, PHP, Perl, SQL
Reply With Quote