T
Trint Smith
I need to store an entire html file in a string and not call it from a
file.
Is that possible?? How can I do this?? with rows double quotes and
all...It needs to be something like this:
Dim file As String = "<html xmlns:v="urn:schemas-microsoft-com:vml"
xmlns="urn:schemas-microsoft-comfficeffice"
xmlns:dt="uuid:C2F41010-65B3-11d1-A29F-00AA00C14882"
xmlns:b="urn:schemas-microsoft-comfficeublisher"
xmlns="http://www.w3.org/TR/REC-html40">
<head>
<!-- ZoneLabs Privacy Insertion -->
<script language='javascript'
src='http://127.0.0.1:3001/js.cgi?pcaw&r=18114'></script>
<!-- ZoneLabs Privacy Insertion -->
<script language='javascript'
src='http://127.0.0.1:3001/js.cgi?pcaw&r=27088'></script>
<meta http-equiv=Content-Type content="text/html; charset=windows-1252">
<meta name=ProgId content=Publisher.Document>
<meta name=Generator content="Microsoft Publisher 11">
<link rel=File-List href="default_files/filelist.xml">
<!--[if !mso]>
<style>
v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
b\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
</style>
<![endif]--><!--[if gte mso 9]><xml>
<oocumentProperties>
<o:Author>trinity</o:Author>
<o:Version>11.5606</o:Version>
</oocumentProperties>
</xml><![endif]--><!--[if pub]><xml>
<bublication type="OplPub" oty="68" oh="256">
<b:OhPrintBlock priv="30E">285</b:OhPrintBlock>
<b:FWebPublication priv="C00">True</b:FWebPublication>
<bptlPageDimensions type="OplPt" priv="1211">
<b:Xl priv="104">7772400</b:Xl>
<b:Yl priv="204">43891200</b:Yl>
</bptlPageDimensions>
</td>
</tr>
</table>
</div>
</body>
</html>
<!-- ZoneLabs Popup Blocking Insertion -->
<script language='javascript'>postamble();</script>
<!-- ZoneLabs Popup Blocking Insertion -->
<script language='javascript'>postamble();</script>
"
.Net programmer
(e-mail address removed)
file.
Is that possible?? How can I do this?? with rows double quotes and
all...It needs to be something like this:
Dim file As String = "<html xmlns:v="urn:schemas-microsoft-com:vml"
xmlns="urn:schemas-microsoft-comfficeffice"
xmlns:dt="uuid:C2F41010-65B3-11d1-A29F-00AA00C14882"
xmlns:b="urn:schemas-microsoft-comfficeublisher"
xmlns="http://www.w3.org/TR/REC-html40">
<head>
<!-- ZoneLabs Privacy Insertion -->
<script language='javascript'
src='http://127.0.0.1:3001/js.cgi?pcaw&r=18114'></script>
<!-- ZoneLabs Privacy Insertion -->
<script language='javascript'
src='http://127.0.0.1:3001/js.cgi?pcaw&r=27088'></script>
<meta http-equiv=Content-Type content="text/html; charset=windows-1252">
<meta name=ProgId content=Publisher.Document>
<meta name=Generator content="Microsoft Publisher 11">
<link rel=File-List href="default_files/filelist.xml">
<!--[if !mso]>
<style>
v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
b\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
</style>
<![endif]--><!--[if gte mso 9]><xml>
<oocumentProperties>
<o:Author>trinity</o:Author>
<o:Version>11.5606</o:Version>
</oocumentProperties>
</xml><![endif]--><!--[if pub]><xml>
<bublication type="OplPub" oty="68" oh="256">
<b:OhPrintBlock priv="30E">285</b:OhPrintBlock>
<b:FWebPublication priv="C00">True</b:FWebPublication>
<bptlPageDimensions type="OplPt" priv="1211">
<b:Xl priv="104">7772400</b:Xl>
<b:Yl priv="204">43891200</b:Yl>
</bptlPageDimensions>
</td>
</tr>
</table>
</div>
</body>
</html>
<!-- ZoneLabs Popup Blocking Insertion -->
<script language='javascript'>postamble();</script>
<!-- ZoneLabs Popup Blocking Insertion -->
<script language='javascript'>postamble();</script>
"
.Net programmer
(e-mail address removed)