If you are familiar with Asp you could a scripting object (TextStream object) to create a log file.
Use this code as a server side include file
<%
Const ForAppending = 8
Dim strLogFileName
strLogFileName = "c:\....." 'your path here
dim objlogFile
set objlogFile =...
I am working on a page that has 4 different arrays of checkboxes - I would like to create a function that will
loop thru the array of chkboxes to determine which one the user selected and return the name of the chkbox and the number.
The first part of my code is below - please assist -I am a...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.