Hi All,
I have the following string which I am trying to build in VBScript.
str = "<li><A HREF='javascript:doMarker('abc')';</a>"
however I have problems when I run my code because of the single quotes. Can someone point me in the right direction. Thx
I have the following string which I am trying to build in VBScript.
str = "<li><A HREF='javascript:doMarker('abc')';</a>"
however I have problems when I run my code because of the single quotes. Can someone point me in the right direction. Thx