For some reason Notes is generating %%Surrogate on listboxes.
Why is this happening? Is there anything I can do to avoid it?
I found one thread on this but I was really unable to follow it and it did not seem to offer any real answers.
For some reason Notes is generating %%Surrogate on listboxes.
Why is this happening? Is there anything I can do to avoid it?
I found one thread on this but I was really unable to follow it and it did not seem to offer any real answers.
Subject: %%Surrogate being generated for listboxes
Is there any reason why you want to avoid it?
Subject: RE: %%Surrogate being generated for listboxes
Well I thought it was causing problems for me but it was because of another issue. It would just be nice to know why it is there.
Subject: RE: %%Surrogate being generated for listboxes
Why it’s there is to ensure that if all options are deselected, the field will be cleared in the Notes document (difficult in most browsers with a single selection, but easy when the multi attribute is set). With
Subject: RE: %%Surrogate being generated for listboxes
This hidden field is causing problems with my HTML. The input tag forces the current DIV or TD tag to close. If I’m right this should be easy to reproduce. Check it out.
Subject: RE: %%Surrogate being generated for listboxes
any way to remove it?