Chris Covell wrote:
Guys, are any of you seeing script errors when using IE ? The error message (in IE) I get is that "document.forms0.elements0 is null or not an object".

I have pinned the problem down to the HTML.pm module, if i DIFF between the current CVS and the RC5 release I see:

< $page .= ' <body class="back" onload="enumCSP();document.forms[0].elements[0].focus();">';
---


$page .= ' <body class="back" onload="enumCSP()">';

288c288 < $page .= ' <body onload="document.forms[0].elements[0].focus();">'; ---

$page .= ' <body>';


Should the document.forms be defined somewhere else ?

No, I commented it on Sourceforge's BTS. I think document.OPENCA.elements[0].focus() would be correct. Can somebody test this? I have no IE.

Michael
--
-------------------------------------------------------------------
Michael Bell                   Email: [EMAIL PROTECTED]
ZE Computer- und Medienservice            Tel.: +49 (0)30-2093 2482
(Computing Centre)                        Fax:  +49 (0)30-2093 2704
Humboldt-University of Berlin
Unter den Linden 6
10099 Berlin                   Email (private): [EMAIL PROTECTED]
Germany                                       http://www.openca.org




-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
OpenCA-Devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/openca-devel

Reply via email to