| 123456789101112131415161718192021 |
- /**
- *
- */
- var basePath;
- var baseUrl;
- var company_code;
- var V_LOGINNAME;
- var V_PASSWORD;
- var theme;
- var menuidx = 'm1';
- var chk_click_big = function(obj){
- location.href = basePath+'view/frontpage/company.jsp?company_code='+company_code;
- }
- Ext.onReady(function(){
- basePath = $("#basePath").val();
- company_code = $("#company_building_code").val();
- theme = $("#theme").val();
- });
|