Hier wird das Loginformular dynamisch über ein Javascript geladen. Entweder die Jungs probieren was neues aus oder das ganze ist gegen automatische Loginversuche von bestimmten Softwares gerichtet.
Code: Alles auswählen
[...]
<script type="text/javascript" language="JavaScript"><!--
var w = "20em"
var h = "700px"
var s = "https://www.google.com/accounts/ServiceLogin?service=adwords&cd=DE&hl=de-DE<mpl=mainlogin&ifr=true&passive=true&rm=hide&fpui=1&nui=3&continue=https%3A%2F%2Fadwords.google.de%2Fselect%2Fgaiaauth&followup=https%3A%2F%2Fadwords.google.de%2Fselect%2Fgaiaauth"
document.write("<iframe style='width:" + w + "; height:" + h + ";' ");
document.write("align='center' marginwidth='0' marginheight='0' ");
document.write("scrolling='no' frameborder='0' id='awglogin' name='awglogin' ");
document.write("src='" + s + "'>");
document.write("</iframe>");
//--> </script>
[...]