window.onload = function() { externalLinks(); insertinForm(); } window.onunload = function(){ } function changevalue(ele,wert){ if( ele.value == ''){ ele.value = wert; } } function focusvalue(ele,wert){ if( ele.value == wert){ ele.value = ''; } } function insertinForm(){ if( ele = $('agb') ){ ele.value = '24'; } } function insertinForm(){ if( ele = $('agb') ){ ele.value = '24'; } } userloeschen = function(url){ msg = confirm('Wollen Sie Ihren Account wirklich entfernen'); if (msg){ document.location.href = url; } } function submitten(forms){ document.getElementById(forms).submit(); } function externalLinks() { if (!document.getElementsByTagName) return; var anchors = document.getElementsByTagName("a"); for (var i=0; i < anchors.length; i++) { var anchor = anchors[i]; if (anchor.getAttribute("href") && anchor.getAttribute("rel") == "external") anchor.target = "_blank"; } }