"<table align=""center"" border=""0"" cellPadding=""0"" cellSpacing=""0"" width=""100%"">" & vbNewLine & _
" <tr align=center colspan=4>" & vbNewLine & _
" <td valign=""top"" width=""25%""><a href=rss.asp target= _blank><img src=images/rssfeed.jpg border=0></a></td>" & vbNewLine & _
" <td valign=""top"" width=""25%""><img src=questions.gif></td>" & vbNewLine & _
" <td valign=""top"" width=""25%"">TWITTER BUTTON GOES HERE</td>" & vbNewLine & _
" <td valign=""top"" width=""25%"">" & vbNewLine & _
" </td></tr></table><br><hr noshade>" & vbNewLine & _
Microsoft VBScript compilation error '800a0401'
Expected end of statement
/forum/inc_header.asp, line 310
ResponseWrite " " <td valign=""top"" width=""25%"">" & vbNewLine & _
----------------------^
Originally posted by Webbo
My bad, change:
ResponseWrite " " <td valign=""top"" width=""25%"">" & vbNewLine & _
to:
Response.Write " " <td valign=""top"" width=""25%"">" & vbNewLine & _
Response.Write " <td valign=""top"" width=""25%"">" & vbNewLine & _Response.Write instead of ResponseWrite