I have two tables,
ADMINISTRATOR
UserID
Field1
Field2
.
.
.
AUDIT_TABLE
UserID
WhatIDid
AnotherField
.
.
.
I would like to create a report of the Audit_Table excluding the UserID's that exist in the Administrator table. The Administrator table changes frequently (about once a week or so), so...
I have several banner advertisements on my web site that link to other locations on the web site. Does anyone know of a good way to track the number of clicks coming into a particular page from the banners as opposed to coming into the page from another location?
Yes, the use the onChange event handler. Here's the JavaScript code that I use with my drop-down boxes to direct the user to the appropriate page. Put this code in your HEAD section:
<script language="JavaScript">
<!--
function MM_jumpMenu(targ,selObj,restore){ //v3.0...
I understand how to write and read to a text file; however, I'm trying to figure out how to delete a line of text within a text file. Is this possible? The only way I've figured out how to do it so far is to rewrite the entire text file to a new file and remove the desired line during the...
How can I obtain the size of a file without opening the file? I understand that the function FileSize will return the size of the file in bytes; however, to use this function, the file must be open. Is there another function out there that will return the file size without requiring the file...
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.