|
I am using JMail. It is ASP based. I am "writing" an e-mail, part of this e-mail is a form with some session variables from another form.
This is a prt of my code:
& vbcrlf&_
"<input type=""text"" name=""quote"" size=""10"" value=""<%Session(""IDS"")%>"">" & vbcrlf&_
This is my error:
Unterminated string constant
/Quote/wolmail.asp, line 34
"<input type=""text"" name=""quote"" size=""10"" value=""<%Session(""IDS"")
--------------------------------------------------------------------------------------------^
What do I have extra ? I cannot think of any more options to try. What am I doing wrong ?
Your help is appreciated
Frika
|