3dBig.js 385 B

123456789101112131415161718192021
  1. /**
  2. *
  3. */
  4. var basePath;
  5. var baseUrl;
  6. var company_code;
  7. var V_LOGINNAME;
  8. var V_PASSWORD;
  9. var theme;
  10. var menuidx = 'm1';
  11. var chk_click_big = function(obj){
  12. location.href = basePath+'view/frontpage/company.jsp?company_code='+company_code;
  13. }
  14. Ext.onReady(function(){
  15. basePath = $("#basePath").val();
  16. company_code = $("#company_building_code").val();
  17. theme = $("#theme").val();
  18. });