%
'declare our variables
Dim blnCookies , objBrowser
'create an instance of browsertype object
Set objBrowser = Server.CreateObject("MSWC.BrowserType")
'set blnCookies to either true or false
blnCookies = objBrowser.cookies
'if true the display this message
If blnCookies = True Then
Response.Write "Cookies are supported in this browser"
'if false display this message
Else
Response.Write "Cookies are not supported in this browser"
End If
'destroy the object
Set objBrowser = nothing
%>
Welcome To:
MicroLea Technologies
"Be yourself ...
That way you'll never have to remember who you are.
"
|
12212012
|
|
|
copyright © 1998-2006 [MicroLea Technologies]. All rights reserved.
|
|