Ponic wrote:
> I have a for loop and inside that I have if and else condition.
> For both conditions I need to append a single quote before and after a
> value. I am using '\'' to append single quote.
>
> However in my if condition at the end of the value single quote is
> giving problem, only at the end of the value, else where it's working.
> I tried space instead of single quote, it's working. What could be the
> problem? Any ideawhy I am getting error.
Post the relevant code snippet, and tell us which error message you get
on which line with which browser
--
Martin Honnen
http://JavaScript.FAQTs.com/