Listing 1. Code for onLoad function.
清单1.onLoad函数代码。
This is shown in Listing 13, along with my page's onload function.
清单13展示了这一过程,以及页面的onload 函数。
This tag is loaded early in the loading process, but it won't be executed until the body onload function is called.
此标记在加载过程的早期加载,但它在body内的onload函数调用之后才会执行。
onLoad — This function is where you place initialization code.
onLoad — 在此函数中放置初始化代码。
The HTML BODY tag taken from AddressBook.html shown below associates the OnPageLoad function with the onload event, and is called whenever the page is loaded.
下面显示的AddressBook .html中的htmlBODY标记将onpageload函数与onload事件相关联,每当装载该页面时,就会调用这个函数。
In the Listing 5, the DOM is used to lodge an onload event handler which fires the initialize function once the XUL page is fully received.
在清单5中,DOM用来存放一个装载事件处理程序,当XUL页面完全接收时,这个事件激活initialize函数。
This function is also invoked once the page is loaded in the browser because the onload attribute of the tag contains the validateText() call.
每次页面加载到浏览器中时也将调用此函数,因为标记的onload属性包含validateText() 调用。
Before we began tracking history in the photo gallery application, we simply needed to call the x_get_table function during the onload event for the page.
在开始跟踪相册应用程序的历史记录之前,只需要在页面加载过程中调用x_get _ table函数即可。
The onload attribute of the tag tells the browser to call the plot function when the page is loaded.
标记的onload属性告诉浏览器在载入页面时调用plot函数。
The onload attribute of the tag tells the browser to call the plot function when the page is loaded.
标记的onload属性告诉浏览器在载入页面时调用plot函数。
应用推荐