In my Access 2000 database, I have several tables in which I am storing information about various countries. One is a lookup table with countryID and countryName. In a related table, I am storing hyperlinks that are relevant for each country, such as immunization requirements, etc. I'm running this on my Windows XP machine with IIS 5.<br><br><ul><li>When trying to display the links in ASP, the hyperlinks are displayed as text or in the following manner: <br><br><div class="msgQuoteWrap"><div class="msgCode">#http://www.cdc.gov/travel/easteurp.htm#</div></div><br><br>How can I correct this?</ul><br><br><ul><li>If possible, I'd like to wrap the hyperlink around text that is hardcoded into the page. For instance, I want the page to display:<br><br>US Health Immunization Requirements<br><br>But I want the above text to be the content between the <a>tags with the HREF = the hyperlink from the database. Is that possible? </ul><br><br><ul><li>Furthermore, I would like to set the links so that these links open in a new browser.</ul><br><br>Please help!
