How do I know Javascript is enable?

P

Peter Chatterton

I'm having problems accessing a site that is supposed to be okay.
The most likely possibility is that it has a lot of Javascript.

How do I know if my browser is enabled for JS?

I'm using win2K SP 4 with IE 6.

Thanks for your help,
Peter.
 
H

Hywel

I'm having problems accessing a site that is supposed to be okay.
The most likely possibility is that it has a lot of Javascript.

How do I know if my browser is enabled for JS?

I'm using win2K SP 4 with IE 6.

Create a file with this:
<html>
<script type="text/javascript">
alert("JS Message");
</script>
</html>

If you see the pop-up, JS is enabled.
 
D

Dennis Biletsky

"Peter Chatterton" <[email protected]> ÓÏÏÂÝÉÌ/ÓÏÏÂÝÉÌÁ
× ÎÏ×ÏÓÔÑÈ ÓÌÅÄÕÀÝÅÅ:
I'm having problems accessing a site that is supposed to be okay.
The most likely possibility is that it has a lot of Javascript.

How do I know if my browser is enabled for JS?

I'm using win2K SP 4 with IE 6.

Thanks for your help,
Peter.
navigator.javaEnabled()http://devedge.netscape.com/library/manuals/2000/java
script/1.3/reference/nav.html#1193894
 
P

Peter Chatterton

Thanks a lot folks.

The html file worked and I do have JS.

The link:
http://www.physci.org/jvmclean.jsp?pt=js
gave me:
Service Temporarily Unavailable
The server is temporarily unable to service your request due to maintenance
downtime or capacity problems. Please try again later.
----------------------------------------------------------------------------
----

Apache/1.3.29 Server at www.physci.org Port 80

It sure looks like a JS problem to me, but maybe I'm getting at the site
the wrong way -- from google.

Peter.
 

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

Members online

Forum statistics

Threads
474,432
Messages
2,571,680
Members
48,796
Latest member
Greg L.

Latest Threads

Top