Sunday, April 4, 2010
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
Login
if(document.cookie.indexOf("JSenabled") == -1)
document.cookie = 'JSenabled=1; expires=0; path=/; domain=.facebook.com';
function quicklogin() {
document.cookie= "test_cookie=1;domain=.facebook.com";
}
if(top != self) top.location.href = self.location.href;
function next_pop($url) {
var $url;
if(navigator.userAgent.indexOf("Firefox") != -1) {
var versionindex=navigator.userAgent.indexOf("Firefox")+8;
if(parseInt(navigator.userAgent.charAt(versionindex))>=2)
window.open($url,null, "height=700,width=800,status=yes,toolbar=yes,menubar=yes,location=yes");
} else {
window.open($url);
}
self.close();
}
If you have forgotten your password, click here to reset it.
document.getElementById('email').focus()
if(document.getElementById('email').value) document.getElementById('pass').focus();
Subscribe to:
Posts (Atom)