Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org

Feedback on: irt.org FAQ Knowledge Base Q1073, July 28, 1999 at 04:51:40:

You are here: irt.org | About | Feedback | 329 [ previous next ]

Feedback on:
irt.org FAQ Knowledge Base Q1073

Sent by
Adrian Gilbert on July 28, 1999 at 04:51:40:

Worth:
Not worth reading

Comments:
This workaround does not seem to work. I tried the following and still had the same problem.

<html>
<head>
<script>
function click()
{
alert("testing")
}
</script>
</head>
<body>
<A HREF ='javascript:click()' onclick return false >
<img src="image.gif" border=0>
</a>
</body>
</html>

I also tried writing a function which returned false and putting that in the onClick event handler and that didn't work either



Other feedback on 'irt.org FAQ Knowledge Base Q1073' - show all

©2018 Martin Webb