简体   繁体   中英

Acces Denied IE8 on upload submit javascript

I'm get "access is denied" on IE8, (Chrome,Firefox IE>8 works), when javascript execute the submit:

    var iframe = this._createIframe(id);
    var form = this._createForm(iframe, params);
    ...
    ...
    form.submit(); //Access denied IE8

Anybody knows the solution bypass?

Are you triggering the click??

You can't trigger the click via JS, IE denieds the acces.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM