JamesK
Starting Member
7 Posts |
Posted - 01 January 2005 : 17:38:33
|
ok thank you for the info i did that and fixed one error. now i have found another that i am not sure on how to fix it.
Microsoft VBScript compilation error '800a0401'
Expected end of statement
/forums_archive/post.asp, line 1058
"<td bgColor=""" & strPopUpTableColor """ valign=""center"">" & vbNewLine & _
that is the error. i went back to that file and that line but i am not sure how to fix it. here is the line from a little above and a little below.
strRqMethod = "URL" or strRqMethod = "EditURL" or _ strRqMethod = "Reply" or strRqMethod = "ReplyQuote" or _ strRqMethod = "EditTopic" or strRqMethod = "Topic" or strRqMethod = "TopicQuote" then
if strAllowAttachment = 1 then Response.Write "<tr>" & vbNewLine & _ "<td bgColor=""" & strPopUpTableColor & """> </td>" & vbNewLine & _ "<td bgColor=""" & strPopUpTableColor """ valign=""center"">" & vbNewLine & _ " <font face=""" & strDefaultFontFace """ size="" strDefaultFontSize vbNewLine _ " ><a href=""#"" onClick=""window.open('pop_upload_new.asp','Uploading','toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=yes,resizable=yes,width=800,height=330');""><acronym title=""Datei anhängen..."">" & getCurrentIcon(strIconPaperClip,"","") & "</acronym></a><acronym title=""Datei anhängen...""> <font face=""" & strDefaultFontFace """ size="" strDefaultFontSize """ color="" strDefaultFontColor """>Um eine Datei anzuhängen, bitte auf den Button klicken</font></acronym><font face=""" & strDefaultFontFace """ size="" strDefaultFontSize """ color="" strDefaultFontColor """><br /></font>" & vbNewLine & _ "</td>" & vbNewLine & _ "</tr>" & vbNewLine end if
|
|
|