sorry if this is a bit on the easy side, but I haven't found an answer online (yet)...
I'd like to have one link that points to two different URLs, depending on the device accessing the site. So, for example I click a link and if I'm on anything using a touchscreen, it sends me to page01.htm but if I'm accessing the site with a mouse (ie something that can hover), it sends me to page02.htm.
Essentially, this is to fake a rollover effect on touchscreens. On the pc version, the rollover effect highlights different states on a map, which then click through to the state-specific page. On touchscreen, we want to be able to click the state on the map (which would highlight the state), and then to click again for it to go through to the state-specific page.
If there's a better way to do this, I'm totally open to suggestions! :-)
Thanks!