|
REferrencing URL from DB
I've got a DB set up using Access'97 with a regular primary key [autnumber, no dupes], a field called URL [that oddly enough has a URL in it], urlname [using the text i want displayed], and urldisc [which is a description for me when I'm looking in the DB].
What I was hoping to do was to have a seperate "nav.html" doc that I could referrence from a fileinclude tag that would pull URL #s whatever#, whatever#, and whatever#-whatever# and insert it into an anchor tag while throwing the text from urlname into the linking text.
so the nav.html file would look something like this
< a href="whatever#">urlname< /a >
< P >
< a href="whatever#">urlname< /a >
< P >
*****
Many thanks,
Joe
|