|
-
Jan 10th, 2002, 11:23 AM
#1
Thread Starter
Addicted Member
Javascript Enabled?
Does anyone have any sample code to check if Javascript is enabled on the users computer?
Thanks!
Normal is boring...
 smh 
-
Jan 10th, 2002, 11:49 AM
#2
Black Cat
Josh
Get these: Mozilla Opera OpenBSD
I have books for sale: "MCSD in a Nutshell" and "VB Distributed Exam Cram" - PM me for details. Will also trade for a decent ATX Pentium 2 MB/CPU/RAM combo.
-
Feb 15th, 2002, 11:13 PM
#3
Stuck in the 80s
Code:
<script language="JavaScript">
//Please enable JavaScript
<!--
document.print("JavaScript is enabled.");
-->
</script>
Will give them a message whether or not they have JavaScript enabled.
If they don't there's no way to do anything. You can't say "if(noJavaScript)" because the code wouldn't execute.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|