display active link.
if someone types a url into a form field and it goes into a mysql database. how do i get it to display as an active link on the display page.
if someone types a url into a form field and it goes into a mysql database. how do i get it to display as an active link on the display page.
Thanks i changed all those settings without a problem...So basically i want to take a url (e.g. http://www.google.com) thats stored in my data base and display as an active link to the url http://www.google.com
aetb846k wrote:
Thanks i changed all those settings without a problem...So basically i want to take a url (e.g. http://www.google.com) thats stored in my data base and display as an active link to the url http://www.google.com
I answered that earlier:
<td><a href="#Recordset1.name#" title="Google homepage">Google</a></td>
This assumes that the value of Recordset1.name is http://www.google.com
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.