Mozilla Firefox兼容性问题 [英] Mozilla Firefox compatibility problem

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

问题描述

我的网页上有以下内容:


< body onresize = CenterIt(); onMouseMove = mouseCheck(event);>


CenterIt和mouseCheck是我自己的javascript函数。适用于IE

和Opera,甚至没有进入Firefox或Netscape的功能。是

有不同的方式将事件分配给将被理解的事件

byall浏览器?谢谢!

I have the following in my webpage:

<body onresize=CenterIt(); onMouseMove=mouseCheck(event);>

CenterIt and mouseCheck are my own javascript functions. Works fine for IE
and Opera, doesn''t even go into the function for Firefox or Netscape. Is
there a different way to assign functions to events that will be understood
by "all" browsers? Thanks!

推荐答案

Simon Wigzell写道:
Simon Wigzell wrote:
我的网页上有以下内容:
< body onresize = CenterIt(); onMouseMove = mouseCheck(event);>

是否有不同的方法将函数分配给全部将被理解的事件。浏览器?谢谢!
I have the following in my webpage:

<body onresize=CenterIt(); onMouseMove=mouseCheck(event);>

Is there a different way to assign functions to events that
will be understood by "all" browsers? Thanks!




尝试编写正式有效的HTML。


Richard。



Try writing formally valid HTML.

Richard.


哦,非常感谢你!你真善良,乐于助人!现在我知道我怎么做错了!现在我可以解决我的问题!你真是太棒了!


我可以寄给你一些钱,以奖励你的洞察力和智慧吗?


" Richard Cornford" <日***** @ litotes.demon.co.uk>在消息中写道

news:da ******************* @ news.demon.co.uk ...
Oh thank you so much! You are so kind and so helpfull! Now I know how what I
did wrong! Now I can solve my problem! You are so wonderfull!

Can I send you some money as a reward for your deep insight and wisdom?

"Richard Cornford" <Ri*****@litotes.demon.co.uk> wrote in message
news:da*******************@news.demon.co.uk...
Simon Wigzell写道:
Simon Wigzell wrote:
我的网页上有以下内容:

< body onresize = CenterIt(); onMouseMove = mouseCheck(event);>

是否有不同的方法将函数分配给全部将被理解的事件。浏览器?谢谢!
I have the following in my webpage:

<body onresize=CenterIt(); onMouseMove=mouseCheck(event);>

Is there a different way to assign functions to events that
will be understood by "all" browsers? Thanks!



尝试编写正式有效的HTML。

Richard。



Try writing formally valid HTML.

Richard.



" Simon Wigzell" < SI ********** @ shaw.ca>写道:
"Simon Wigzell" <si**********@shaw.ca> wrote:
我的网页上有以下内容:

< body onresize = CenterIt(); onMouseMove = mouseCheck(event);>

CenterIt和mouseCheck是我自己的javascript函数。适用于IE
和Opera,甚至没有进入Firefox或Netscape的功能。是否有一种不同的方式将功能分配给将被全部理解的事件。浏览器?谢谢!
I have the following in my webpage:

<body onresize=CenterIt(); onMouseMove=mouseCheck(event);>

CenterIt and mouseCheck are my own javascript functions. Works fine for IE
and Opera, doesn''t even go into the function for Firefox or Netscape. Is
there a different way to assign functions to events that will be understood
by "all" browsers? Thanks!




恕我直言你的HTML语法错误,我很惊讶IE

了解它。尝试:


< body onresize =" CenterIt();" onmousemove =" mouseCheck(event);">


-

Tim Slattery
Sl ******** @ bls.gov


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

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