%@ LANGUAGE="VBSCRIPT" %>
<%
'=============================================
' klt-tele.com and viewsend.com home page
' file: Default.asp
' author: David Yi (dyi@netkonnect.net)
' date: April 2000
'
' Revised: Jennifer Li
' Revision Date: February 2005
' Revised: Ken Logsdon, Jr.
' Revision Date: December 2000
' Revised: David Firestone
' Revision Date: June 2000
'
' All rights reserved by KENEI Co., Ltd.
'=============================================
dim linksource
dim conn, rs, sql, hitcount
hitcount = 0
linksource = Request.QueryString("source")
if linksource="" then
'=== Open KLT Member Database ====
Set conn = Server.CreateObject("ADODB.Connection")
conn.Open "viewse.KLTDATA"
Set rs = Server.CreateObject("ADODB.Recordset")
sql = "Select * from Hitcount"
rs.Open sql, conn, 1, 2
hitcount = rs("hitcount") + 1
rs("hitcount") = hitcount
rs.Update
rs.Close
set rs = nothing
conn.Close
set conn = nothing
end if
%>
VIEWSEND Medical Home Page
|
|
|
|
|
|
VIEWSEND
Medical |
|
|
Family
of Products |
|
|
|
|
|
%
VSM 7.5 (Plus,
Lite) |
|
|
%
RIX |
|
|
%
SmartRAD |
|
|
%
SmartServer |
|
 |
|
 | |
 | |
|
 |
Visit some of our
partners: Zydacron Vidar Lumisys Sonyt Polycom
|
 |
SmartRAD
& SmartServer
introduced at ATA 2002.
Copyright 1994-2005 ViewSend Co., Ltd.
All rights reserved. VIEWSENDTM is a registered
trademark of ViewSend Co., Ltd.
| | |