Re: 答复: [Proto-Scripty] Re: problem in Event.observe()

2011-06-09 Thread Richard Quadling
On 8 June 2011 14:31, ColinFine colin.f...@pace.com wrote: On Jun 7, 8:05 am, 操坤 madfro...@gmail.com wrote: Hi:         Sorry for my poor English  :P         I know your meaning of your reply: I did a simple test:         test=function(){                 alert(11);         }      

Re: 答复: [Proto-Scripty] Re: problem in Event.observe()

2011-06-08 Thread ColinFine
On Jun 7, 8:05 am, 操坤 madfro...@gmail.com wrote: Hi: Sorry for my poor English :P I know your meaning of your reply: I did a simple test: test=function(){ alert(11); } Event.observe(window,load,test); The above is correct.

答复: [Proto-Scripty] Re: problem in Event.observe()

2011-06-07 Thread 操坤
Hi: Sorry for my poor English :P I know your meaning of your reply: I did a simple test: test=function(){ alert(11); } Event.observe(window,load,test); function test2(){ alert(2); }