Connect to E-Mail Address in Database Field

From: Len (anonymous_at_discussions.microsoft.com)
Date: 05/20/04


Date: Thu, 20 May 2004 07:41:04 -0700

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



Relevant Pages

  • Re: asp.net code not displaying results
    ... attempting to move from asp classic to the dotnet world. ... and the w3schools site sez it it is asp.net compatibile -- and in fact ... I installed IIS, set up a virtual directory, created an aspx file and ... NOW function -- won't display. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: ASP.NET 2.0 Easier than ASP? Gimmie a Break!
    ... grid/table with the results from a query. ... I love asp.net, the possibilities compared to imo flawed asp is much ... database, display a grid/table, and not have much to worry about. ... I've seen a few online examples writing an n-tier design for ASP.NET 2.0 ...
    (microsoft.public.dotnet.framework.aspnet)
  • How to display Foreign-Key Name fields in edit mode of data contro
    ... Let's assume I have a simple foreign key relationship as demonstrated below: ... I have NOT been able to figure out a way in ASP 2.0 to have the name field ... in the foreign key table to display the state name. ... SQLDataAdapter containing the States table. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Strange IIS Problem
    ... a strange thing has happened ... where the asp code, which also accesses a database, runs fine and the response is sent to the browser. ... the browser, no error is displayed, it just seems to time out and not display the image. ...
    (microsoft.public.inetserver.iis)
  • Re: Let client update a website message
    ... An easier way is to use a backend databased and and and ASP scipt to grba abd display the last entred message. ... Then on the home page Or the page you want to diaplt the massage) inlude ASP script to grab the last enttredred message and display it. ... My client would like to be able to update their 'Weekly Message' on his site. ... I've experimented with guestbook, and few other ways of doing this, but keep coming up with strange field information that would be displayed. ...
    (microsoft.public.frontpage.programming)