hi
i have following problem - from the server side i get a string like 'hoschi"brother'
i want to put this string into a <input value"MYSTRING" />
. this results in something like
<input value"hoschi" brother" />
which obviously does not work.
any workarounds for this?
does escaping the "
character with "
work within the value tag?
thanks for your help, tobi