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 TouchToneTommy 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: mmcgon
  • Content: Threads
  • Order by date
  1. mmcgon

    Dynamic color in an imagemap

    Let's say I have a web page that contains an image of the USA and a clickable image map that links to other pages based on the state that is clicked. Is it possible to dynamically color some or all of the polygons in the image map to let the viewer know that they should click on certain states?
  2. mmcgon

    ADO Recordset Best Practices

    I've been using ADO in ASP scripts for a while and wanted to gather some opinions about the best cursors and locktypes to use when working with recordsets. I am using an OLEDB connection to SQL Server 2000. It looks to me like this: 1. If using a recordset in record order: adOpenForwardOnly/...
  3. mmcgon

    Dynamic color in an imagemap

    I have an imagemap of the United States with each state defined using <area> tags that link to specific html pages. I would like to change the displayed color of the various polygons in the imagemap on the fly based on data stored in a database. For example, all the states in the gif file are...
  4. mmcgon

    Moving records to a different table

    I need to archive a set of records in one database table, moving and appending them to a table with an identical structure, using ADO. What is the slickest way to do this?
  5. mmcgon

    Calculating an age using VBScript

    Anyone have a slick way to calculate a person's age using VBScript given their birth date and today's date? Using DateDiff just subtracts the year value, so if I were born on 12/31/02 DateDiff says I'm 1 (2003-2002), and on 1/1/03 it says I'm 0 (2003-2003).

Part and Inventory Search

Back
Top