I have an access db with a column set up as hyperlink containing website URLs. This data is dynamically retrieved into a DW Ultradev page. I want users to be able to click on the this hyperlink within the web page.
When retrieving this column data into DW Ultradev I notice that #'s have been put outside the url so that it's # when testing the SQL.
Therefore when viewing the page in the browser it then shows up as # ie. it is not clickable.
Do I need to change the column type field in Access to normal text instead of a hyperlink ? Also how do I specify to open the link in a new window using _blank ?
thanks in advance.
When retrieving this column data into DW Ultradev I notice that #'s have been put outside the url so that it's # when testing the SQL.
Therefore when viewing the page in the browser it then shows up as # ie. it is not clickable.
Do I need to change the column type field in Access to normal text instead of a hyperlink ? Also how do I specify to open the link in a new window using _blank ?
thanks in advance.