(adsbygoogle = window.adsbygoogle || []).push({});
Hey everybody, I'm wondering if somebody can help me out here?
I want to make something along the lines of a link that, when clicked, opens a javascript code. For example, the link's location would be:
javascript:alert("Hi")
But when I make a link with the destination being the above code, the link's location would become:
https://javascript<b></b>:alert("Hi")
I did not add those bold tags in there. Any help? Thanks!