onBeforeLoad

срабатывает до начала загрузки страницы HTML

void onBeforeLoad();

Example

$$('myIframe').attachEvent("onBeforeLoad",function(){
    alert("Loading is starting!");
});

See also
Наверх