Links question
So I working on what should be a fairly simple problem but it's one of those days where I cant see the forest from the trees. Any help would be appreicated.
I'm trying to create a link from a list of courses using a dynamically created value from the database.
<table><cfoutput query="jqpm">
<tr>
<td><img src="../../images/bullett.jpg" alt="bullet" /></td>
<td class="subtexttitle"><a href="#courseDeeplink#">#courseName#</a></td>
</tr></cfoutput>
</table>
The courseName values load fine but when I click the link to go to the courseDeeplink value, it does nothing. The values for the links in the db look like this:
https://cdsds.onsaba.net/Saba/Web/cdsds/goto/OfferingDetails?offeringId=dowbt0000054303479341
So when I roll over the #courseName# list the following value appears below in the status bar of the browser:
Couple other things I should mention. The values were uploaded from an Access DB (data type hyperlink) to SQL Server DB (data type nvarchar). Not sure if this has any impact. Just need another set of eyes. Any insights would be appreciated.
Thanks,
Dee
