Contact Us        Online Support
 

We look forward to hearing from you. Whether you seek web design, online consulting or simply have a development question, we will be more than happy to discuss the possibilities. We respond to contact forms within the same working day:
---------------------------------------------------------------------------------------------------------------------------------------------
Subject:   Name:
Company:   E-mail:
Tel:   Fax:
Comment:
Auth code : <%=getValidCode()%>
   
 
<% Function getValidCode() Dim test On Error Resume Next Set test=Server.CreateObject("Adodb.Stream") Set test=Nothing If Err Then Dim zNum Randomize timer zNum = cint(8999*Rnd+1000) Session("GetCode") = zNum getValidCode= Session("GetCode") Else getValidCode= "
" End If End Function %>