javascript - window.open in PHP file not working in IE 11 -


I'm having problems with my PHP webpage until I upgrade to IE 11 until it was working properly . Now when I click on the View County button, the right web page does not open in a new tab or window based on my browser settings. Instead the web page simply reloads with the radio button selection, resets back to the default.

When I tested the web page in another browser, it worked correctly.

countymp.php contains the following in the body:

   

The code for the cmform.php file can be viewed on.

If I add a line containing the "test" buzz; Window after line. Clicking the See County button in Cmform.php correctly reloads the webpage with the word test at the top above the radio buttons.

If there is any idea about how to change the code, will the form work correctly in IE 11?

In fact the popup is blocked by IE. You can change the settings.


Comments

Popular posts from this blog

ios - How do I use CFArrayRef in Swift? -

eclipse plugin - Run java code error: Workspace is closed -

c - Error on building source code in VC 6 -