Connect to E-Mail Address in Database Field
From: Len (anonymous_at_discussions.microsoft.com)
Date: 05/20/04
- Next message: Spyke: "Re: Updating Binary Registry Value"
- Previous message: UNoHu: "Re: Please help: Getting REGISTRY info w/ StdRegProv"
- Next in thread: [ + 2 0 r p 3 ]: "RE: Connect to E-Mail Address in Database Field"
- Reply: [ + 2 0 r p 3 ]: "RE: Connect to E-Mail Address in Database Field"
- Messages sorted by: [ date ] [ thread ]
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
- Next message: Spyke: "Re: Updating Binary Registry Value"
- Previous message: UNoHu: "Re: Please help: Getting REGISTRY info w/ StdRegProv"
- Next in thread: [ + 2 0 r p 3 ]: "RE: Connect to E-Mail Address in Database Field"
- Reply: [ + 2 0 r p 3 ]: "RE: Connect to E-Mail Address in Database Field"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|