Asp Codes
ActiveX
ADO
Array
Code Snippets
Components
Data Access
Date Time
Files
Graphics
HTML Formatting
Mathematics
Miscellaneous
Sessions
SQL
Strings
Techniques
XML
Asp > HTML Formatting sample source codes
ASP-CSS Drop-down
ASP-CSS Drop-down <%'To check the browser capabilities this goes above everything Function checkbrowser Set check = Server.CreateObject("MSWC.BrowserType") If check.browser="IE" And check.version >= "4.0" Then checkbrowser = "DropStyle" Else checkbrowser = "" End If End Function 'this goes in the head. very basic CSS %>