Hacker News new | ask | show | jobs
by jengamaster 4243 days ago
That was my thought too, although I'm not sure how it would be done.
1 comments

I was thinking about a = document.getElementbyId("login"); a.addEvenListener("click",function(a){a.preventDefault()...}

Perhaps if one can avoid preventDefault the object login may has some href to the real login. Just guessing.