Home >Web Front-end >JS Tutorial >After using showModalDialog to pop up the page, submitting the form always pops up a new window_javascript tips
To solve the problem, you can use iframe
or you can use it yourself
and then window.close();
submit to the parent window to change the target