On line #109 of pop_printer_friendly.asp
"<p><font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """><b>" & strCopyright & "</b></font></p>" & vbCrLf & _
remove the:
& _
from the end of the line
Also, once this error was corrected I got this error:
Microsoft VBScript runtime error '800a01a8'
Object required
/v32a5/inc_footer_short.asp, line 49
need to remove from line #104 and #105 of pop_printer_friendly.asp:
my_Conn.Close
set my_Conn = Nothing
since the above is closed and set to nothing in inc_footer_short.asp it's not needed in pop_printer_friendly.asp
Edited by - Richard Kinser on 07 March 2001 09:14:02