Suddenly discovered that Chrome browser version 37.0.2062.103 m does not support the showModalDialog modal dialog box and cannot return returnValue
Nothing originally used in the project can be executed normally
I found a compromise solution using window.open instead of showModalDialog and using window.opener.document to operate the elements of the parent page