javascript兼容性问题
代码:<scriptlanguage="javascript">functionNoTextValue(str,str1){if(document.getElementB...
代码:
<script language="javascript">
function NoTextValue(str,str1)
{
if (document.getElementById(str).value==str1)
{
document.getElementById(str).value="";
document.getElementById(str).style.color="#000000";
}
}
function TextValue(str,str1)
{
if (document.getElementById(str).value=="")
{
document.getElementById(str).value=str1;
document.getElementById(str).style.color="#999999";
}
}
</script>
<input type="text" name="KeyWords" id="KeyWords" onfocus="NoTextValue('KeyWords','请输入要搜索的产品名称');" onblur="TextValue('KeyWords','请输入要搜索的产品名称');" value="请输入要搜索的产品名称">
以上代码在FF浏览器中可以正常显示,但IE中却毫无反应.是怎么回事啊?SOS!!!
我用的是IE6.0,测试完全没反应啊!各位大大!
我确定没有关闭IE的什么东西,因为同样的代码,我在另一个页面也没问题!实在是不知道怎么办了啊! 展开
<script language="javascript">
function NoTextValue(str,str1)
{
if (document.getElementById(str).value==str1)
{
document.getElementById(str).value="";
document.getElementById(str).style.color="#000000";
}
}
function TextValue(str,str1)
{
if (document.getElementById(str).value=="")
{
document.getElementById(str).value=str1;
document.getElementById(str).style.color="#999999";
}
}
</script>
<input type="text" name="KeyWords" id="KeyWords" onfocus="NoTextValue('KeyWords','请输入要搜索的产品名称');" onblur="TextValue('KeyWords','请输入要搜索的产品名称');" value="请输入要搜索的产品名称">
以上代码在FF浏览器中可以正常显示,但IE中却毫无反应.是怎么回事啊?SOS!!!
我用的是IE6.0,测试完全没反应啊!各位大大!
我确定没有关闭IE的什么东西,因为同样的代码,我在另一个页面也没问题!实在是不知道怎么办了啊! 展开
展开全部
胡说棚衡指,IE7中还是能用的,不过微软现在的编链配程习惯是
<script type="text/javascript">
不是
<script language="javascript">
但后者也是拦核支持的
<script type="text/javascript">
不是
<script language="javascript">
但后者也是拦核支持的
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
IE7
Opera 9.64
Mozilla/5.0 (Windows; U; Windows NT 5.1; zh-CN; rv:1.9.1.1) Gecko/绝搏20090715 Firefox/3.5.1
测试全碧知部通悔宏消过。
Opera 9.64
Mozilla/5.0 (Windows; U; Windows NT 5.1; zh-CN; rv:1.9.1.1) Gecko/绝搏20090715 Firefox/3.5.1
测试全碧知部通悔宏消过。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询