Search Onsett Web Site

Cannot find what you are looking for? Use this search form to find the pages you need.

Enter keyword:

 

Home | Company | Information
Security
| Privacy | Service
Management
| Executive
Seminars
| DTMM | Careers | Search

WebMaster   |   Information
2003 Onsett International Corporation

<% var DbConn = Server.CreateObject("ADODB.Connection") var Webinar_DSN = Session("WebHits_DSN") var DbConn.Open ("WebHits_DSN;") var SQL = "INSERT INTO Hits (WebPage, RemIPAddr, RemIPHost, RemWBType, RemWBVers, RemSpeed, RemOpSys, RemScrRes) VALUES ('" + url +","+ wwwip_addr +","+ wwwip_host +","+ wwwbrowser +","+ wwwversion +","+ wwwspeed +","+ wwwopersys +","+ wwwscrn_wd +"')" Response.Write (SQL) DbConn.execute (SQL) %>