为什么我写的js在ie下能用,在火狐下不能用呢?
<scriptlanguage="JavaScript"><!--functionthisMovie(movieName){varisIE=navigator.appNa...
<script language="JavaScript">
<!--
function thisMovie(movieName) {
var isIE = navigator.appName.indexOf("Microsoft") != -1;
return (isIE) ?window[movieName] : document[movieName];
}
function setValue(str) {
thisMovie("DiyShoes").setValue(str);
}
function initValue(str) {
thisMovie("DiyShoes").initValue(str);
}
function getValue(str) {
document.inForm.inField.value = "get: " + str;
}
function returnValue(str) {
document.inForm.inField.value = "return: " + str;
}
index = {
D:{
V:{
swfEvent : function(s,id){
alert(s+id);
}
}
}
}// -->
</script>
<form name="initForm" method="POST" action='javascript:initValue()'>
initValue in AS:<br />
<input type="text" name="initField" value="" /><br />
<input type="submit" value="initValue" />
</form>
<form name="initForm" method="POST" action='javascript:setValue();'>
setValue in AS:<br />
<input type="text" name="setField" value="" /><br />
<input type="submit" value="setValue" />
</form>
<form name="inForm" method="POST" action="">
Receiving from AS:<br />
<input type="text" name="inField">
</form>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="zh_cn" lang="zh_cn">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>DiyShoes</title>
<script language="javascript">AC_FL_RunContent = 0;</script>
<script src="AC_RunActiveContent.js" language="javascript"></script>
</head>
flash
wasSetSuccessful = ExternalInterface.addCallback("setValue", this, setValue);
wasSetSuccessful = ExternalInterface.addCallback("initValue", this, initValue);
wasSetSuccessful = ExternalInterface.addCallback("getValue", this, getValue);
initValue setValue 都是通过传参 给 flash 来操作flash文件 展开
<!--
function thisMovie(movieName) {
var isIE = navigator.appName.indexOf("Microsoft") != -1;
return (isIE) ?window[movieName] : document[movieName];
}
function setValue(str) {
thisMovie("DiyShoes").setValue(str);
}
function initValue(str) {
thisMovie("DiyShoes").initValue(str);
}
function getValue(str) {
document.inForm.inField.value = "get: " + str;
}
function returnValue(str) {
document.inForm.inField.value = "return: " + str;
}
index = {
D:{
V:{
swfEvent : function(s,id){
alert(s+id);
}
}
}
}// -->
</script>
<form name="initForm" method="POST" action='javascript:initValue()'>
initValue in AS:<br />
<input type="text" name="initField" value="" /><br />
<input type="submit" value="initValue" />
</form>
<form name="initForm" method="POST" action='javascript:setValue();'>
setValue in AS:<br />
<input type="text" name="setField" value="" /><br />
<input type="submit" value="setValue" />
</form>
<form name="inForm" method="POST" action="">
Receiving from AS:<br />
<input type="text" name="inField">
</form>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="zh_cn" lang="zh_cn">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>DiyShoes</title>
<script language="javascript">AC_FL_RunContent = 0;</script>
<script src="AC_RunActiveContent.js" language="javascript"></script>
</head>
flash
wasSetSuccessful = ExternalInterface.addCallback("setValue", this, setValue);
wasSetSuccessful = ExternalInterface.addCallback("initValue", this, initValue);
wasSetSuccessful = ExternalInterface.addCallback("getValue", this, getValue);
initValue setValue 都是通过传参 给 flash 来操作flash文件 展开
2个回答
展开全部
你是否考虑学习最新的js及其框架,重新学习下DOM文档对象模型。
以前学习的js大多主要针对ie浏览器,忽略了其它浏览器的存在,那时的js其实多半是偏向ie的,并非标准写法!就如同一个网站收藏的功能,就算现在在网上搜索,几乎都只能在ie中起作用,在火狐中这个收藏功能就没用了!
以前学习的js大多主要针对ie浏览器,忽略了其它浏览器的存在,那时的js其实多半是偏向ie的,并非标准写法!就如同一个网站收藏的功能,就算现在在网上搜索,几乎都只能在ie中起作用,在火狐中这个收藏功能就没用了!
本回答被网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询