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?
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/...
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...
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?
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).
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.