Not sure if this helps; I found a simple workaround for my case, so I didnt look any further.
My requirement was to just have some way of referencing the form client-side without using the form name.
Did this simply by using document.forms[0].
ie.
document.forms[0].SomeClientControlID
Regards
Dave