G
GwenP
Can anyone tell me why when I attach and html file as text into an email then
send it and view the source code - the source code has changed completely and
then my hyperlinks do not work?
The original code looks like:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.6000.16705" name=GENERATOR></HEAD>
<BODY>
<SCRIPT type=text/vbscript>
Function OpenDoc(DocPath)
DIM oWSH
Set oWSH= CreateObject("WScript.Shell")
oWSH.Run "view32.exe " & DocPath, 1, True
set oWSH = nothing
End Function
</SCRIPT>
<A href="#"
onclick="OpenDoc('\\ourserver\ourdocs\ourlegal\ourname\2610\1\7832966.1')">Tip 07 - Using the Elite Auto Matters workspace</A><BR>
<FONT face=Arial color=#ff0000
size=4><STRONG>Gwen</STRONG></FONT></BODY></HTML>
The view source code of the email looks like:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.6000.16705" name=GENERATOR></HEAD>
<BODY>
<DIV>
<SCRIPT type=text/vbscript>
Function OpenDoc(DocPath)
DIM oWSH
Set oWSH= CreateObject("WScript.Shell")
oWSH.Run "view32.exe " & DocPath, 1, True
set oWSH = nothing
End Function
</SCRIPT>
<A onclick="OpenDoc('\\ourserver\ourdocs\ourlegal\ourname\2610\1\7832966.1')"
href="outbind://47/#">Tip 07 - Using the Elite Auto Matters
workspace</A>
<DIV align=left><FONT face=Arial color=#ff0000
size=4><STRONG>Gwen</STRONG></FONT></DIV>
<DIV> </DIV></BODY></HTML>
send it and view the source code - the source code has changed completely and
then my hyperlinks do not work?
The original code looks like:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.6000.16705" name=GENERATOR></HEAD>
<BODY>
<SCRIPT type=text/vbscript>
Function OpenDoc(DocPath)
DIM oWSH
Set oWSH= CreateObject("WScript.Shell")
oWSH.Run "view32.exe " & DocPath, 1, True
set oWSH = nothing
End Function
</SCRIPT>
<A href="#"
onclick="OpenDoc('\\ourserver\ourdocs\ourlegal\ourname\2610\1\7832966.1')">Tip 07 - Using the Elite Auto Matters workspace</A><BR>
<FONT face=Arial color=#ff0000
size=4><STRONG>Gwen</STRONG></FONT></BODY></HTML>
The view source code of the email looks like:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.6000.16705" name=GENERATOR></HEAD>
<BODY>
<DIV>
<SCRIPT type=text/vbscript>
Function OpenDoc(DocPath)
DIM oWSH
Set oWSH= CreateObject("WScript.Shell")
oWSH.Run "view32.exe " & DocPath, 1, True
set oWSH = nothing
End Function
</SCRIPT>
<A onclick="OpenDoc('\\ourserver\ourdocs\ourlegal\ourname\2610\1\7832966.1')"
href="outbind://47/#">Tip 07 - Using the Elite Auto Matters
workspace</A>
<DIV align=left><FONT face=Arial color=#ff0000
size=4><STRONG>Gwen</STRONG></FONT></DIV>
<DIV> </DIV></BODY></HTML>