Fejl i css?
Følgende skript melder fejl omkring stylesheetet?<% @ Language="VBScript" LCID=1030 %>
<% Option Explicit %>
<% response.buffer=true %>
<% Response.CacheControl = "no-cache" %>
<% Response.AddHeader "Pragma", "no-cache" %>
<% Response.Expires = -1 %>
<%
Dim JMail, Msg
Msg = ""
Msg = Msg + "<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.0 Transitional//EN'>"
Msg = Msg + "<html>"
Msg = Msg + "<head>"
Msg = Msg + ""
Msg = Msg + "</head>"
Msg = Msg + "<body><table><tr><td><span style="color : #f00;">2ndWord</span></td></tr></table></body>"
Msg = Msg + "</html>"
Fejlmeddelelsen siger:
Microsoft VBScript compilation error '800a0401'
Expected end of statement
/bi_test/asp/MailSimple.asp, line 19
Msg = Msg + "<body><table><tr><td><span style="color : #f00;">2ndWord</span></td></tr></table></body>"
-------------------------------------------------^
