MyBB Community Forums

Full Version: Javascript Alert via Link
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey, I know how you can make a Javascript Alert Box open when you visit your website, but how do you make the ALERT when you press the Link. I just want it so that:

Link > Javascript Alert

Thanks in Advance,
Chase Tarson
Found it:
<A HREF='javascript:window.alert("Example of a link that displays an alert box");'> link </A>

Have fun :)
(2010-06-27, 06:46 AM)seeker Wrote: [ -> ]Found it:
<A HREF='javascript:window.alert("Example of a link that displays an alert box");'> link </A>

Have fun :)

<a href='javascript:window.alert("Example of a link that displays an alert box");'>link</a>

Someone REALLY needs to lrn2xhtml