%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%> <% dim handle_str,handle_rqstr,handle_str_info dim str_info,handling,info_title,info_content handle_str="info" handle_rqstr="company_info[as]" handle_rqstr=handle_rqstr&"other1[as]" handle_rqstr=handle_rqstr&"other2[as]" handle_rqstr=handle_rqstr&"other3[as]" handle_rqstr=handle_rqstr&"other4[as]" handle_rqstr=handle_rqstr&"other5[as]" handle_rqstr=handle_rqstr&"other6[as]" handle_rqstr=handle_rqstr&"other7[as]" handle_rqstr=handle_rqstr&"other8[as]" handle_rqstr=handle_rqstr&"other9[as]" handle_rqstr=handle_rqstr&"other10[as]" handle_rqstr=handle_rqstr&"other11[as]" handle_rqstr=handle_rqstr&"other12[as]" handle_rqstr=handle_rqstr&"other13[as]" handle_rqstr=handle_rqstr&"other14[as]" handle_rqstr=handle_rqstr&"other15[as]" '- handle_str_info="公司简介[as]" handle_str_info=handle_str_info&"公司愿景[as]" handle_str_info=handle_str_info&"成长历程[as]" handle_str_info=handle_str_info&"富生荣誉[as]" handle_str_info=handle_str_info&"富生标识[as]" handle_str_info=handle_str_info&"企业理念[as]" handle_str_info=handle_str_info&"研发理念[as]" handle_str_info=handle_str_info&"富生团队[as]" handle_str_info=handle_str_info&"银行帐号[as]" handle_str_info=handle_str_info&"联系我们[as]" handle_str_info=handle_str_info&"科研成果[as]" handle_str_info=handle_str_info&"信息11[as]" handle_str_info=handle_str_info&"信息12[as]" handle_str_info=handle_str_info&"信息13[as]" handle_str_info=handle_str_info&"信息14[as]" handle_str_info=handle_str_info&"信息15[as]" '- str_info=company_info&"[as]" str_info=str_info&other1&"[as]" str_info=str_info&other2&"[as]" str_info=str_info&other3&"[as]" str_info=str_info&other4&"[as]" str_info=str_info&other5&"[as]" str_info=str_info&other6&"[as]" str_info=str_info&other7&"[as]" str_info=str_info&other8&"[as]" str_info=str_info&other9&"[as]" str_info=str_info&other10&"[as]" str_info=str_info&other11&"[as]" str_info=str_info&other12&"[as]" str_info=str_info&other13&"[as]" str_info=str_info&other14&"[as]" str_info=str_info&other15&"[as]" handling=info_sel(handle_str,handle_rqstr,handle_str_info,str_info) info_title=handling(0) info_content=handling(1) %>
<% call showVM() %>
|