This is a discussion on noob question how to make a mailto function within the SQL Server forums, part of the Microsoft SQL Server category; --> I am in the process of learning SQL and ASP coding. I am making a db for my squad ...
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| I am in the process of learning SQL and ASP coding. I am making a db for my squad I belong to for an online game. I have made a page that lists all the members of the squad including their email addresses. Several people have asked that the email listed be clickable to launch their email programs, just as mailto works in html coding. Here is a copy of the line in question: <td align="center"><font face="Arial" color="#C0C0C0"><%=rst("email")%></font></td> This page is saved as an .asp. Help please. Dave |