1. 程式人生 > >當jsp頁面完全載入完成後執行一個js函式

當jsp頁面完全載入完成後執行一個js函式

    function openTheIndexPage() {             openMyURIWithCid(true, 'root', 'IDX', "iframe/dispatch.jsp?url=tdc/zhk/impctrlobjinf/index/index.jsp", '首頁',                'top.tagmenu', 'top.maintop', true,                'system/accessPaths.do?currentModuleCode=IDX',                'mainmenu', true);    };    if
(document.readyState=="complete"){        openTheIndexPage();    }