+2008-10-21 Oliver Hader <oliver@typo3.org>
+
+ * Fixed bug #9553: Form validation script jsfunc.validateform.js sometimes fails in IE (thanks to Vladimir Podkovanov)
+
2008-10-20 Stanislas Rolland <typo3@sjbr.ca>
* Updated htmlArea RTE manual
var theEreg = '';
var theEregMsg = '';
var specialMode = '';
+ var theLabel, a;
while (theField) {
theEreg = '';
function split(theStr1, delim, index) {
var theStr = ''+theStr1;
var lengthOfDelim = delim.length;
- sPos = -lengthOfDelim;
+ var sPos = -lengthOfDelim;
+ var a, ePos;
if (index<1) {index=1;}
for (a=1; a<index; a++) {
sPos = theStr.indexOf(delim, sPos+lengthOfDelim);