该JavaScript代码为什么不能在Firefox中正确运行?
下面的web代码为什么不能在Firefox中正确运行? 如何修改兼容Firefox? 谢谢!(回者有分)
JScript code:
<html lang="en">
<head>
<title>Broadcom Home Gateway Reference Design: Apply</title>
<meta http-equiv="Content-Type" content="application/html; charset=utf-8">
<style type="text/css">
body { background: white; color: black; font-family: arial, sans-serif; font-size: 9pt }
.title { font-family: arial, sans-serif; font-size: 13pt; font-weight: bold }
.subtitle { font-family: arial, sans-serif; font-size: 11pt }
.label { color: #306498; font-family: arial, sans-serif; font-size: 7pt }
</style>
</head>
<body>
<p><span class="title">APPLY</span>
<br><span class="subtitle">
This screen notifies you of any errors that were detected while changing the router's settings.
</span>
<form method="get" action="apply.cgi">
<p>Validating values...done<br>
Committing values...done<br>
<p><input type="button" name="action" value="Continue" OnClick="document.location.href='wan.asp';">
</form>
<script language="javascript">
document.forms[0].action.disabled = true;
var speed = 1
相关问答:
$("p:first").before(" <center> <button id=\"button1\" onClick=\"cut()\">剪切 </button> <button id=\"button2\">复制 <\/button> ......
各位大师讲解下,谢谢
不是很明确你要的是什么
LV GUCCI 香奈儿一比一包包 批发零售!
广州市天龙皮具厂成立于2002年。是一家有多年专业设计、生产、经营高档皮具系列产品的企业。主营LV,GUCCI,C ......
function addCookie(name,value)
{
var Days = 30;
var exp = new Date();
exp.setTime(exp.getTime() + Days*24*60*60*1000);
// al ......
在别的机器上调试就没有问题,放到服务器上就失效了,那个导航是用的menu控件,没有手写代码。用vs05写的
没有人遇到过吗?
浏览器是否一样?有没禁用javascript?
javascript运行在客户端的。 ......