Hi!
I am using an XML for AJAX an "get data back to my form" thing, and I notised
that MSIE shows null as "null" ?? I don't get it. I want the "\0" char or just
nothing.
Is that OK?? or did I find a new bug??
Bengt Samuelsson SM7JQB
Bengt, null is not nothing, nor is it a character.
if (myvalue === null) myvalue = "any string you want";
--
Evertjan.
The Netherlands.
(Please change the x'es to dots in my emailaddress)