Viewing 4 posts - 1 through 4 (of 4 total)
I don't know if this makes a difference but I forgot to add that the text goes into a textarea form element.
June 14, 2005 at 3:28 pm
I just don't know why is has to be that hard to insert quotes... You'd think that someone would have thought about a way to fix it. heh
June 14, 2005 at 2:31 pm
Thanks, I'll give it a whirl. I'll probably be back with questions
June 14, 2005 at 1:42 pm
does this help?
in my select statement, the publish article case runs like this:
-------------------------------------
subGetFormValues
subAddArticle
-------------------------------------
sub subGetFormValues
title = Request.QueryString("t")
pub_date = Request.QueryString("pd")
news_source = Request.QueryString("ns")
article_body = Request.QueryString("ab")
end sub
sub subAddArticle
'db connect code defined here
Set CommandLine =...
June 14, 2005 at 1:23 pm
Viewing 4 posts - 1 through 4 (of 4 total)