Page 1 of 1

Export to Email in IE10 didn't work (v10)

Posted: Fri Aug 02, 2013 10:53 am
by playstorm

If I export to email in google chrome or firefox it's ok but if I export to email in IE10
after I click send in popup menu it will return to my first page and email did't send .

How can I fix this
Thanks,


Re: Export to Email in IE10 didn't work (v10)

Posted: Fri Aug 02, 2013 1:24 pm
by Webmaster

Modify function ew_EmailDialogShow() in ewp.js, change:

$.post(oArg.f.action + "?" + qs, data, function(result) {

to:

$.post(window.location.pathname + "?" + qs, data, function(result) {


Re: Export to Email in IE10 didn't work (v10)

Posted: Fri Aug 02, 2013 2:43 pm
by playstorm

Thanks a lot