javascript - Open link on any page click -
How to open a particular link (for example, www.google.it) on the left side of the page on any mouse
For example, if there is a button named "Home" and the user clicks on it, then it will open two pages home.htm and www.google.it
Is there a way out?
I am trying to use a simple JavaScript code but it is not working with the above)
Document.addEventListener ('click', function (event) {if (/ * your disabled check is here / /) {// event Micro Kill event.preventDefault (); event.stopPropagation ();} // this is the event not mandated by law to certain normally proceeding}, to really be able to // event capturing!); This answer is made on the previously answered question.
Comments
Post a Comment