(Msg. 1) Posted: Mon Sep 29, 2008 10:16 am
Post subject: Picture Hotspot Link to Access DB Archived from groups: microsoft>public>frontpage>programming (more info?)
I would like to create a hotspot link on a picture that, when clicked,
queries an Access database. I see the parameters option in the "edit
hyperlink" dialoge box, but I don't know how to write the string in the
name/value menu. Any suggestions would be much appreciated.
(Msg. 2) Posted: Tue Sep 30, 2008 4:18 am
Post subject: Re: Picture Hotspot Link to Access DB [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
In your page write before the image your SQL code to open the DB and get your URL from the DB as say
<%
' SQL DB code here for the link recordset objRS ..
hotlink=objRS("linkfieldname")
%>
Then create your hot spot link to anything existing page
- and in code view edit the links in the area tag to be say:
<area href="<%=hotlink%>" ...>
--
_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
_____________________________________________
"Tim Dyeson" <TimDyeson.DeleteThis@discussions.microsoft.com> wrote in message news:F92B6890-6708-4EE3-B25A-9706219380BC@microsoft.com...
|I would like to create a hotspot link on a picture that, when clicked,
| queries an Access database. I see the parameters option in the "edit
| hyperlink" dialoge box, but I don't know how to write the string in the
| name/value menu. Any suggestions would be much appreciated.
All times are: Eastern Time (US & Canada) (change)
Page 1 of 1
You can post new topics in this forum You can reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum