(Jan-Friedrich Mutter) writes:
> I have a problem to access a hidden field by javascript. The name of
> the field has a dot in it. That's the problem. But I need that dot
> because it is a "Stuts Property".
It is illegal HTML, so you should check again whether it is *really*
necessary.
> document.forms[0].dotted.prop.value = myvalue;
How to access properties with illegal names:
<URL:http://jibbering.com/faq/#FAQ4_25>
I.e.,
document.forms[0].elements["dotted.prop"].value
/L
--
Lasse Reichstein Nielsen -
Art D'HTML: <URL:http://www.infimum.dk/HTML/randomArtSplit.html>
'Faith without judgement merely degrades the spirit divine.'