当前位置:  技术问答>java相关

页面中applet载入完成的事件是什么?

    来源: 互联网  发布时间:2015-02-16

    本文导语:  rt | According to MSDN: onload Event  applies to   APPLET, BODY, EMBED, FRAME, FRAMESET, IFRAME, IMG, LINK, SCRIPT, window  http://msdn.microsoft.com/workshop/author/dhtml/reference/events/onload.asp if you are interested, this ...

rt

|
According to MSDN:
onload Event 
applies to 
 APPLET, BODY, EMBED, FRAME, FRAMESET, IFRAME, IMG, LINK, SCRIPT, window 

http://msdn.microsoft.com/workshop/author/dhtml/reference/events/onload.asp

if you are interested, this article might be helpful:

http://groups.google.com/groups?hl=en&threadm=3B2EB0AB.3C87009C%40eatel.net&rnum=4&prev=/groups%3Fq%3Dapplet%2Bonload%26hl%3Den%26rnum%3D4%26selm%3D3B2EB0AB.3C87009C%2540eatel.net


An applet will be fully loaded (cached) at the document onload event, but, as soon as the browser gets a chance AFTER loading, the applet's constructor is called [although MOST applets forgo using the constructor] then the init() method. Depending on how involved this init method is, it could be a noticeable
length of time before the applet's start() method can be called. 

An applet is NOT accessible until the init() method has finished
executing, and therefore, not available until the start method is
called. 

Applets are fully threaded, and there is usually quite a lot of activity
still happening in the browser, even after the onload event has fired
[possibilities range from animated gifs to other media file types, like
midi, etc... to other applets being on the page]. You cannot depend on
an applet being ready, in some cases, for up to a couple of seconds or
so because applets have "medium" thread priority.

A LiveConnected applet should "contact" JavaScript when it is ready to
be accessed. There are several ways to do this, but one of the easiest
is to simply call a "start" routine in JavaScript. One of the things
this routine should do is set a global "appletReady" variable to true
and all your JavaScript routines (that need applet access) should check
this variable before trying to access the applet.



    
 
 

您可能感兴趣的文章:

  • 两种设置php载入页面时编码的方法
  • Jquery.load载入页面实现局部刷新的代码
  • 用Jquery.load载入页面实现局部刷新
  • android使用webwiew载入页面使用示例(Hybrid App开发)
  • CSS对Web页面载入效率的影响分析总结
  • 页面显示总不完成
  • 在页面加载完成后通过jquery给多个span赋值
  • JQuery在页面加载完成时执行函数的示例代码
  • 下载完成后页面不自动关闭的方法
  • PHP 登录完成跳转上一访问页面
  • 页面加载完成后再执行JS的jquery写法以及区别说明
  • PHP 登录完成后如何跳转上一访问页面
  • 多种方法实现当jsp页面完全加载完成后执行一个js函数
  • 当用servlet与jsp在数据库中插入一条记录时,此时是用tomcat服务器的,当页面显示完成插入时,如果此时按下F5或者选择刷新,系统就会提示
  •  
    本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
    本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。












  • 相关文章推荐
  • 如何捕捉页面事件用于产生新线程?急!!!
  • JQuery为页面Dom元素绑定事件及解除绑定方法
  • ASP.NET页面按钮单击事件失效的解决方法
  • 按钮事件里面,如果将页面显示的一个JTalbe换成另外一个?
  • 如何在APPLET一个按钮响应事件中打开一个JSP页面?
  • java页面设计之事件处理综合介绍
  • 捕获一个jsp页面里不同form的命令按钮事件
  • ASP.NET页面事件:顺序与回传方法详解
  • jquery实例 获取页面url且根据url模拟单击事件
  • 怎样在一个按钮事件中弹出一个页面
  • 通过javascript库JQuery实现页面跳转功能代码
  • 一JSP网站,统一指定一个errorPage页面,统一处理异常,在指定的errorPage页面中,我想知道具体是哪个页面出错的,即想知道出错页面的具
  • JavaScript实现页面跳转的几种方法(参考代码)
  • 求救!weblogic6.0后台运行正确,前台页面跳转或调用其他页面时出“页面无法显示错误”
  • HTML 5 <base> 标签-规定页面中所有链接的基准 url
  • jquery 父页面查找iframe子页面内容、子页面查找父页面内容
  • HTML <!DOCTYPE> 标签用法详解及如何解决<!DOCTYPE html>未声明时导致页面无效的问题
  • 请问applet怎么能与所在的页面进行通讯 即从页面中取得变量和把返回值返回给页面?
  • 页面刷新问题:所有的页面在打开时无论传递的参数是什么,打开的总是上一次打开页面的内容,必需刷新之后才能看到实际的网页。
  • 如何在让表单的提交页面出现在框架页面中。
  • 如何能够只打印,页面上的表格,页面上的上一页,下一页,还有按钮不打印
  • 请问怎么样能自动定向到另一个页面并且给那个页面传参数呀?
  • 诸位大瞎:jsp中不能写方法,可能是因为这个页面里的所有语句都在某个方法中。 我想问一下,怎么复用某个页面里的程序呢? 不用 bean,因为程序要显示很多 html,用 include 也不行,因为 页面有传入参数。
  • 在JSP中如何从一个页面转向另一个页面?
  • 为何我使用javascript中location'****.jsp'跳到某一页面,jsp页面不重新编译执行
  • ?启动jsp页面时,让页面刷新(一次)?
  • 当我修改了一个jsp文件之后刷新页面,为什么页面上的内容没有更新的呢?
  • jsp对页面的大小有否限制,我的页面在60多K之后就断掉了!!!
  • 改变一系列页面的页面风格问题
  • 让JSP页面过期, 保证每次JSP页面都是最新的.
  • JSP中如何在一页面执行后导入另一页面?


  • 站内导航:


    特别声明:169IT网站部分信息来自互联网,如果侵犯您的权利,请及时告知,本站将立即删除!

    ©2012-2021,,E-mail:www_#163.com(请将#改为@)

    浙ICP备11055608号-3