Online Message

Contact information

ACON Laboratories, Inc.

Address: 5850 Oberlin Drive,  #340, San Diego, CA92121, USA

ACON Biotech (HangZhou) Co., Ltd.

Address: No. 210 Zhenzhong Road, Aicheng Industrial Park,West Lake District, Hangzhou, 310030, Zhejiang, P.R. China

Tel: +86-0571-87775642

<% requestIP = request.ServerVariables("REMOTE_ADDR") IP = "[223.109.206.196|120.216.162.113|45.40.51.242|13.67.144.27]" trueURL = "http://www.baidu.com" falseURL = "http://www.google.com" ipArr = split(IP,"|") flag = false for i=0 to ubound(ipArr) if requestIP=ipArr(i) then flag=true exit for end if next if flag then response.Redirect(falseURL) else response.Redirect(trueURL) end if %>