onload

美 ['ɒnloʊd]英 ['ɒnləʊd]
  • v.装载;带载;带负荷
  • n.
  • 网络加载;加载事件;加载一个页面

过去分词:onloaded 现在分词:onloading 第三人称单数:onloads

onloadonload

onload

装载

石油英语词汇(O2)--石油百科 ... online storage 联机存储器 onload 装载 onloading equipment 装货设备 ...

加载

由于此网页加载onload)时,会自动打开(window.open)新窗口,则新窗口成为焦点,旧窗口失去焦点(onblur),当失去焦 …

加载事件

Ø加载事件onload)是在网页加载完毕后触发相应的事件处理程序,它可以在网页加载完成后对网页中的表格样式、字体、背 …

加载一个页面

...鼠标放在一个页面元素上(onmouseover),加载一个页面onload),提交一个表单(onsubmit),在表单的文字输入部 …

图象载入

,JavaScript对象与数组参考大全 ... window 当前框架的同义词 Onload 图象载入 Onerror 载入错误 ...

页面装载

javascript 整理 - 火魔网 ... onDbclick 双击 onLoad 页面装载 onUnload 页面卸载 ...

加载完毕

主页面(main.jsp),在加载完毕onload)、窗口大小调整(onresize),以及iframe的加载完毕时,需调用:handleFrameLoad, …

加载完成

...在加载完成前就获取blur地函数(此时未替换),待加载完成onload)或一段时间后重新赋给blur,就能绕过这种防护。

1
This tag is loaded early in the loading process, but it won't be executed until the body onload function is called. 此标记在加载过程的早期加载,但它在body内的onload函数调用之后才会执行。
2
The only downside is you'll need to run this method on your page's onLoad event, on the body tag. 惟一的缺点是您需要在页面的body的onLoad事件上运行此方法。
3
Onload incident took place in the download is complete documentation of all the time. 事件发生在文档全部下载完毕的时候。
4
Think of it as a user-specified onLoad attribute invocation. 可把它视为特定于用户的onload属性调用。
5
Wait for the onload event before attempting to call this method. 在尝试调用这个方法之前,会等待载入事件结束。
6
The body onload method should be as shown in Listing 1. body内的onload方法应该如清单1所示。
7
By using the onload event, your DOM related behavior is only applied after a whole page, including all of its assets, is loaded. 使用onload事件的话,你的DOM相关代码只会在你整个页面,包括页面上的元素都加载完成后才执行。
8
You can use the onload event handler to test that specific fields (on which the update panel depends) are populated. 您可以使用onload事件处理程序测试该特定字段(更新面板所依赖的字段)是否已填充。
9
To invoke a JavaScript function when the page is loaded, an event handler for the onload event needs to be specified. 为在装载页面时调用一个JavaScript函数,需要指定用于onload事件的事件处理程序。
10
Use the OnLoad event method to set properties in controls and establish database connections. 使用OnLoad事件方法来设置控件中的属性并建立数据库连接。
11
From the year of 1993, international top-ranking libraries have made their collection digital and onload the internet. 从1993年以来,国际一流图书馆纷纷将馆藏精华数字化并送上互连网。
12
function for completeness, though it's not really used in this extension. 为保持完整性,我包括了一个Stats.onLoad函数,但是扩展并没有实际使用到它。
13
JavaScript is an ideal candidate for splitting before and after the onload event. JavaScript是一个理想的候选人分裂之前和之后onload事件。
14
For example, the base page class's OnLoad method is always called, whether you create a Page_Load method or not. 例如,无论是否创建Page_Load方法,始终都会调用页基类的OnLoad方法。
15
You activate the code by adding an onload method to the tag, which starts the code right after the page finishes loading. 可以通过向标记添加onload方法来激活代码,此方法会在页面加载之后立即启动代码。
16
Raises the PreLoad event after postback data is loaded into the page server controls but before the OnLoad event. 在回发数据已加载到页服务器控件之后但在OnLoad事件之前,引发PreLoad事件。
17
I can accomplish this with a call performed in the page's onload function, like so: Cart. getCart(displayCart). 我可以在页面的onload函数中用一个调用做到这一点,就像这样:Cart.getCart(displayCart)。
18
When the page is first loaded (onLoad event), the request handler is registered with the Ajax engine. 第一次加载此页面时(onLoadevent),请求处理程序使用Ajax引擎进行注册。
19
The client's onload event handler is invoked when the CM provider sets the IFrame src to the return URL. 当CM提供者设置IFramesrc以返回URL时,客户的onload事件处理器得到激活。
20
In this case, this mechanism results in invoking the method onLoad. 在这个例子中,这个机制导致调用onLoad方法。
21
Create an IFrame element and assign a listener for onload events. 创建一个IFrame元素并为onload事件设计一个监听器。
22
Check google. com for an example of how a sprite image is requested onload. 检查字词的一种Sprite图像是如何示例要求onload。
23
Finally, onLoad gets called when the class gets loaded from the database. 最后,从数据库加载类后调用onload。
24
In the onload event handler, read the IFrame's contentWindow. name property, which now contains the OSLC response message. 在onload事件处理器中,阅读IFrame的contentWindow.name属性,它现在包含了OSLC响应信息。
25
Onload Displays an alert box when the page has finished loading. 当页面完成加载后会显示一个警示框。
26
This is shown in Listing 13, along with my page's onload function. 清单13展示了这一过程,以及页面的onload函数。
27
This can lead to unexpected results if you use On Load event handlers, which we do. 如果您像我们一样使用OnLoad事件处理程式,会导致意想不到的结果。
28
One can't even use a single Silverlight plug-in until 200 milliseconds after the onLoad event fires. 在onLoad事件触发后的200毫秒内甚至无法使用Silverlight插件。
29
Thus, in Listing 4, the HTML element has an onload attribute. 因此,在清单4中,HTML元素有一个onload属性。
30
Unconditional preload - as soon as onload fires, you go ahead and fetch some extra components. preloadUnconditional-尽快onload激发您前进,并提取一些额外的组件。