Forum Index
/
Feedback
/
backButton bug & proposed fix
[
This topic is solved ]
Marko B
06 May 10 / 13:13
As I see in changelog, "name" attribute was removed from FORM tag. Okay, but page_back.js should be changed then also, line 3 now says:
fld = frm.elements[frm.name+'_page'];
but since there is no "name" attribute anymore, it should be:
fld = frm.elements[frm.id+'_page'];
This way it works...
Johan Wiegel
(Admin)
06 May 10 / 14:12
Wich I did alter in the current download.
(just forgotten to put the new file in the zip)
Thanks for mentioning this bug.
Top
powered by
PHP-GLOBE
© 2004 - 2012 FormHandler. All rights reserved. -
Open source license