ASP虚拟空间不显示动态鼠标指针ani ,静态的cur可以显示

来源:百度知道 编辑:UC知道 时间:2024/05/07 16:26:47
当网站在本地IIS运行时,可以正常显示ani格式的动态鼠标指针,但上传到虚拟空间后动态鼠标指针不显示,请教各位是怎么回事了?

<jsp:useBean id="work" scope="page" class="com.kenfor.messageboard.message"/>
<%
String id=request.getParameter("id");
ResultSet RS=work.executeQuery("select * from messageBoard where id='"+id+"'");
String name1 = null;

可能是程序缺陷!
因为本地编写的代码可以“很不规范”,但本地电脑能识别。
比如简单的HTML中,只要拥有关键内容,程序就可以正常运行了,你试试不写<HTML>、<BODY>