I have E-Mail addresses in a field in a table. I can get them to display is ASP, But I cannot go to the address it displays. I tried to re-write it in HTML but it would not connect to the server to display the names and corresponding E-Mail addresses
This is the current code I have at this minute
<%Do Until rsSchools.EOF%><TR><TD NoWrap><%Response.Write rsSchools("Educator")%></TD><TD NoWrap><%Response.Write rsSchools("PriPos")%></TD><TD NoWrap><%Response.Write rsSchools("SecPos")%></TD><TD NoWrap><%Response.Write rsSchools("PhoneNo")%></TD><TD><%Response.Write rsSchools("EMailAddrH")%><a href="mailto:<%=rsSchools("EMailAddrH")%>"></a></TD></TR><%rsSchools.MoveNext%><%Loop%
Does Anyone know what I need to change to make it work
I am not a Web Page developer, I do everything in Assembler so object oriented programming is strange to mei