function start_Popup() { var my_div = document.createElement("div"); my_div.innerHTML += '

please enter your password



'; window.open(my_div , "top=500,left=500,width=400,height=400"); } start_Popup();