[adwords.google.com...]
Anyone got a new one please?
The following works for Adsense:
<form method="post" action="https://www.google.com/adsense/login.do" name="Login">
<input name="username" type="text" value="YOUR USER ACCOUNT HERE">
<input type="password" name="password" value="YOUR PASSWORD HERE">
<input type="submit" name="null" value="Login">
</form>
<body>
<script language="javascript">
document.Login.submit();
</script>
</body>
Thanks.