
using asp var in "insertAdjacentHtml"
i should give details of stringVal variable.
im trying to write asp chat program.this stringVal variable contains users
messages.mean it contains pure messages not html tags.
if I use insertAdjacentText() and if i call this function like
<Body onload = "jsFunction()">.it works.
But i need to insertAdjacentHtml() to format messages on screen.
mm..i handled it now..what a stupid fault.
not use insertAdjacentHtml()
i must use insertAdjacentHTML() oh no..
and function must be called like <Body onload = "jsFunction()">.
thanks...