Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: MAM
  • Order by date
  1. MAM

    Excluding records based on values in another table

    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...
  2. MAM

    Tracking clicks from Banner ads

    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?
  3. MAM

    Select drop-down list

    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=&quot;JavaScript&quot;> <!-- function MM_jumpMenu(targ,selObj,restore){ //v3.0...
  4. MAM

    Delete a line in a text file

    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...
  5. MAM

    File size

    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...

Part and Inventory Search

Back
Top