|
|
@ -333,11 +333,10 @@ |
|
|
|
if (isFunction(handler.onloadstart)) { |
|
|
|
if (isFunction(handler.onloadstart)) { |
|
|
|
handler.onloadstart(rpe, {}); |
|
|
|
handler.onloadstart(rpe, {}); |
|
|
|
} |
|
|
|
} |
|
|
|
with (document.body || document.documentElement) { |
|
|
|
var d = document.body || document.documentElement; |
|
|
|
appendChild(iframe); |
|
|
|
d.appendChild(iframe); |
|
|
|
appendChild(form); |
|
|
|
d.appendChild(form); |
|
|
|
form.submit(); |
|
|
|
form.submit(); |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
return handler; |
|
|
|
return handler; |
|
|
|
}; |
|
|
|
}; |
|
|
|