the below i include in a xx.js file but run on opera9 but not in ie7 upon refresh, is any error ?
xx.js=
alert not shown in ie7 , well ?Code:............ function onLoadFunction() { alert("onLoadFunction() called"); if (getCookie('gps')!==null && getCookie('gps')!='') { setWebFormFieldsValues(); } // getDataForCalc(); calc22(); } window.onload = function() { onLoadFunction() ; }


Reply With Quote
Bookmarks