function mod_home_init(){ var str = "
"; str += ""; str += ""; str += "
"; var mod_home_div = document.createElement('div'); mod_home_div.setAttribute("id","mod_home_d"); var tmp = document.body.appendChild(mod_home_div); document.getElementById("mod_home_d").innerHTML = str; document.forms.myGuiList_form.action = url; document.forms.myGuiList_form.submit(); //document.location.href = url + "?name=" + name + "&password=" + pw; }