1.
show file attributes
Write "No file attributes are set" Else If objFile.Attributes AND 1 Then ... If objFIle.Attributes AND 8 then. Response.Write "File is a disk drive volume ...
2.
validate an email address using regular expressions
In this example we will check email addresses using regular expressions , this is one of the better email ... Write "This is a valid email address<br>" ...
3.
create an MDB database
OLEDB.4.0;" & _ "Jet OLEDB:Engine Type=" & Format & _ ";Data Source=" & FileName. End Sub %> <% 'Create Access2000 database CreateMDB "D:\sample.mdb", Jet4x ...
4.
ticker symbol lookup
Ticker symbol Lookup. In previous examples we have either searched for a stock ... This example may help , we are searching for yahoo's ticker symbol . ...
5.
copy a file
CreateObject("Scripting.FileSystemobject") 'copy the file from d:\counter.txt to d:\counter.bak objFSO.CopyFile "d:\counter.txt" , "d:\counter.bak" ...
6.
new XML quote application
Another Stock quote application. In this particular example we are again going to display stock ... 'old version of XML component 'Set objXML = Server. ...
7.
render xml
XML is an exciting topic for developers out there and in this example we will create an simple XML file using notepad (or any other text editor for that ...
8.
guestbook (no database)
Download. We have produced plain versions of all the pages (no advertising ) for you to use as you wish. In a zip file . Guestbook version 1 ...
9.
check for ActiveX support
This shows how to check whether ActiveX controls are supported , many users disable ActiveX controls or have no support for them this is worth checking ...
10.
render xml
strTitle = objXML.documentElement.firstChild.firstChild.text ... strLink = objXML.documentElement.firstChild.childNodes(1).Text strDescription = objXML. ...