• caglararli@hotmail.com
  • 05386281520

What is the term for when a hyperlink maliciously opens different URL from URL displayed when hovered over?

Çağlar Arlı      -    31 Views

What is the term for when a hyperlink maliciously opens different URL from URL displayed when hovered over?

Is there a term for when an anchor tag opens a different URL than its href or performs some action such as showing a pop-up instead of opening expected URL?

Excluding non-malicious cases such as a single page application using client side routing (e.g. React App/Router)

Also, is there a way to prevent this JavaScript behavior in the browser without disabling JavaScript entirely?