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

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
playstorm
User
Posts: 27

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

Post 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,


Webmaster
User
Posts: 9430

Post 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) {


playstorm
User
Posts: 27

Post by playstorm »

Thanks a lot


Post Reply