function prompt_login() { HTMLstr = ""; HTMLstr += "
"; HTMLstr += ""; HTMLstr += " "; HTMLstr += ""; HTMLstr += " "; HTMLstr += ""; HTMLstr += "
"; login_div = document.getElementById("login"); login_div.innerHTML = HTMLstr; }