TriNetre - Archive for June 15, 2005
(no longer updated)
June 15, 2005
Comment page correction
[Website]
@ 05:10 PM
For a long time, the "Remember info" and "Forget personal information" features on the comments page of TriNetre was broken. Finally sat down and fixed it.
In short, when using XHTML, forms cannot have the "name" field. One has to use "id" instead. Also, when serving XHTML as XML, "document.forms.element" does not work in Javascript. You have resort back to the more primitive document.getElementById() function. All fixed now, I hope.
