Simile al problema postato prima.
Ho un tag del tipo
<a href="[...]" id= "Link1">
è possibile con un metodo di
document.getElementById("Link1")
far... credere al browser che è stato clikkato quel link?
ho provato con .click(), ma mi da errore dicendo che non è un metodo.