<%
Cmd.CommandType = 1;
Cmd.CommandText = "select * from Forum order by MsgDate desc";
rs = Cmd.Execute();
while (!rs.EOF)
{ email = new String(rs.Fields(3));
%>
-1) {%> href="mailto:<%= email%>"<%}%>><%= rs.Fields(2)%>, <%= rs.Fields(1)%> <%= rs.Fields(4)%>
<%
rs.MoveNext();
}
rs.Close();
Conn.Close();
%>
Seagate, Seagate Technology, the Seagate logo, SeaShield, SeaShell, 3D Defence System, DiskWizard, U Series 5 are trademarks and registered trademarks of Seagate Technology, Inc. All other trademarks are the property of their respective owners.
|
|