Tag: HTML
-
Submit HTML form to pop up window
Some times we may need to submit HTML form to a pop up window. Let’s take a look into the details. For example I have a HTML form. We may submit this form to a blank window by setting target=”_blank”, but when we need to submit the form to a pop up window then we…