Bob
2008-06-23 07:11:45 UTC
I have created a Web Server using IntraWeb,
I want to create an app to retrieve the received HTML of the IntraWeb
then place it in a E-Mail, but I get this responce, what is going on?:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html;CHARSET=iso-8859-1">
<META HTTP-EQUIV="no-cache">
<META NAME="GENERATOR" Content="Visual Page 1.1 for Windows">
<TITLE>Email Creator Error</TITLE>
</HEAD>
<BODY>
<P>
<TABLE BORDER="0" WIDTH="100%">
<TR>
<TD WIDTH="115"> </TD>
<TD>
<H1 ALIGN="CENTER">Email Creator Error
</TD>
</TR>
<TR>
<TD WIDTH="115"> </TD>
<TD VALIGN="TOP">Your browser was detected as Unknown or Unrecognized.
One of the following browsers is required:
* Internet Explorer
* Netscape 6 (Gecko)
</TD>
</TR>
</TABLE>
</BODY>
</HTML>
I want to create an app to retrieve the received HTML of the IntraWeb
then place it in a E-Mail, but I get this responce, what is going on?:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html;CHARSET=iso-8859-1">
<META HTTP-EQUIV="no-cache">
<META NAME="GENERATOR" Content="Visual Page 1.1 for Windows">
<TITLE>Email Creator Error</TITLE>
</HEAD>
<BODY>
<P>
<TABLE BORDER="0" WIDTH="100%">
<TR>
<TD WIDTH="115"> </TD>
<TD>
<H1 ALIGN="CENTER">Email Creator Error
</TD>
</TR>
<TR>
<TD WIDTH="115"> </TD>
<TD VALIGN="TOP">Your browser was detected as Unknown or Unrecognized.
One of the following browsers is required:
* Internet Explorer
* Netscape 6 (Gecko)
</TD>
</TR>
</TABLE>
</BODY>
</HTML>