I use prototype ver 1.6.0.2
Event.observer(window,'load',function(){
function1();// function with ajax request
function2();//another function with ajax request
});
It work on FireFox,Chrome but in Opera it work strange Func2 and fucnc2 not runing but if page scroll down it runing both function immediately
Plz help. Thanks.