问题描述
在我的一个网页上有一个java小程序在我的电脑上工作正常。
但是我注意到在其他一些计算机上禁用了java小程序的运行。
我收到错误消息Classnotfound
如果允许java applet,有没有办法检测(使用cgi resp.javascript)?
我想要如果不允许applet,则显示简单的图片而不是applet窗格。
Wladimir
On one of my web pages there is an java applets which works fine on my computer.
However I noticed on some other computer that the run of java applets are disabled.
I got an error message "Classnotfound"
Is there a way to detect (with cgi resp. javascript) if java applets are allowed?
I would like to show a simple picture instead of the applet pane if applets are not allowed.
Wladimir
推荐答案
是的,对于您认为的问题,以及
问题我怀疑你确实有。你需要修复两个
获得你想要的非魔法效果。两者都可以不用
Javascript。
-
Andrew Thompson
Web& IT帮助
开源软件套件
Science&技术
图像逃脱mundane
Yes, to both the problem you thought you had, as well as the
problem I suspect you actually have. You need to fix both to
get the untlimate effect you want. Both can be done without
Javascript.
--
Andrew Thompson
http://www.PhySci.org/codes/ Web & IT Help
http://www.PhySci.org/ Open-source software suite
http://www.1point1C.org/ Science & Technology
http://www.LensEscapes.com/ Images that escape the mundane
哎呀!试试,这不是一个* Javascript *问题。
-
Andrew Thompson
Web& IT帮助
开源软件套件
Science&技术
图像逃脱mundane
Oops! Try, "This is not a *Javascript* question".
--
Andrew Thompson
http://www.PhySci.org/codes/ Web & IT Help
http://www.PhySci.org/ Open-source software suite
http://www.1point1C.org/ Science & Technology
http://www.LensEscapes.com/ Images that escape the mundane
< applet ...>
< param ...>
< param ...>
< param ...>
< p>此处的消息仅在Java被禁用时显示
支持。< / p>
< / applet>
-
Toby A Inkster BSc(荣誉)ARCS
联系我〜
<applet ...>
<param ...>
<param ...>
<param ...>
<p>The message here will only be shown when Java is disabled or not
supported.</p>
</applet>
--
Toby A Inkster BSc (Hons) ARCS
Contact Me ~ http://tobyinkster.co.uk/contact
这篇关于检测客户端浏览器是否禁用/允许java applet?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!