|
|
|
|
|
by barbudorojo
4243 days ago
|
|
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. |
|