Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

No Java Support Available

Status
Not open for further replies.

BigCatMCS

Programmer
Apr 29, 2004
57
US
We created an applet where we have scrolling script (upwards) and was working just fine. I logged in one day, and we get a "No Java Support Available" in the box where the script used to scroll upwards. Here is the code we have...we haven't changed anything:

<applet code=ScrollingUpdateApplet height=240 width=410>
<br><param NAME="text"
VALUE="OpsNews.TXT"><param NAME="pause" VALUE="enter"><param NAME="notifyOnRead" VALUE="true">
<param NAME="refresh" VALUE="60"><param NAME="maxSizeKB" VALUE="8"><param NAME="fontColor" VALUE="0000000">
<param NAME="pauseColor" VALUE="8888888"><param NAME="justify" VALUE="left"><param NAME="fontSize" VALUE="12">
<param NAME="frameDelay" VALUE="60"><param NAME="background" VALUE="FFFFFFF">
<param NAME="bgColor" VALUE="FFFFFFF"><param NAME="scrollRectX" VALUE="12"><param NAME="scrollRectY" VALUE="15">
<param NAME="scrollRectW" VALUE="350"><param NAME="scrollRectH" VALUE="240">
<param NAME="code" VALUE="ScrollingUpdateApplet"><param NAME="height" VALUE="240">
<param NAME="width" VALUE="410"><param NAME="codeBase" VALUE="file:///I:/HAM/Tec_Svc/">
<br><img SRC="NoJava.JPG" ALT="No Java Support Available" height=140 width=90></applet>
<br><b><font color="#808080"><font size=-1>Position cursor over the Text
to stop scrolling</font></font></b>
 

This is the JavaScript forum, not the Java forum.

That aside, maybe something in your system configuration changed? Try asking your sysadmin, tech support people, etc, if they changed any security settings, etc.

Hope this helps,
Dan


The answers you get are only as good as the information you give!

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top