IE上的JS问题 [英] JS problems on IE

查看:52
本文介绍了IE上的JS问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我写了一些在Firefox下运行良好的JS,但导致IE挂起。

有谁可以给​​我一些关于IE中出现问题的提示?
http://www.sci.brooklyn.cuny.edu /~gu...ice/index.html


谢谢!

I wrote some JS that works fine under Firefox, but causes IE to hang.
Can anyone give me some tips as to what the problem is in IE?
http://www.sci.brooklyn.cuny.edu/~gu...ice/index.html

Thanks!

推荐答案




也许是因为你没有在你发送的内容中生成< HTMLtags

到top.right框架?


***通过开发人员指南 http://www.developersdex.com发送 ***


Maybe because you aren''t generating <HTMLtags in the content you send
to the top.right frame?

*** Sent via Developersdex http://www.developersdex.com ***




哦,我想我知道为什么......


- 改变这个:

< a href =" arrex1.cpp" onclick =" process(1,''a'',5);">


- 对此:

< a href =" javascript :进程(1,''a'',5);">


***通过Developersdex http://www.developersdex.com ***

Oh, I think I know why ...

-- change this:
<a href="arrex1.cpp" onclick="process(1,''a'',5);">

-- to this:
<a href="javascript:process(1,''a'',5);">

*** Sent via Developersdex http://www.developersdex.com ***

t?ff 93722在2007年3月1日下午4:11发表以下内容:
t?ff 93722 said the following on 3/1/2007 4:11 PM:

哦,我想我知道为什么......
Oh, I think I know why ...



不要太想,你可能会再次出错。

Don''t think too hard, you might be wrong again.


- 改变这个:

< a href =" arrex1.cpp" onclick =" process(1,''a'',5);">


- 对此:

< a href = QUOT;的JavaScript的 的:工序(1 '' A '',5);">
-- change this:
<a href="arrex1.cpp" onclick="process(1,''a'',5);">

-- to this:
<a href="javascript:process(1,''a'',5);">



这是一种试图解决任何问题的愚蠢方法。效果是

相同,它称之为功能。


-

兰迪

机会有利于准备好的思想

comp.lang.javascript常见问题 - http://jibbering.com/faq/index.html

Javascript最佳实践 - http://www.JavascriptToolbox.com/bestpractices/


这篇关于IE上的JS问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆