I'm creating a new popup page through the JavaScript code. The page does not exist, so I want it to be just a temporary page. Example:
if (option == 3){
var myPopup = window.open("", "", "width=350, height=300");
myPopup.ad...
asked by
04.01.2016 / 13:52