You are here: irt.org | About | Feedback | 3096 [ previous next ]
Feedback on:
irt.org FAQ Knowledge Base Q275
Sent by
Tom on August 27, 2001 at 16:06:30:
Worth:
Worth reading
Comments:
I'm not an expert on this but I think that you can create a link from an image, a button, or text without changing the mouse pointer in Internet Explorer. So far I haven't figured out how to do this in Netscape. Define a function like this:
<script language="javascript">
</script>
Then markup your image/button/text as follows:
<img src="..myimage.gif" width="100" height="50" alt="" border="0" onclick="NewPage()">
OR
<p onclick="NewPage()">Hello</p>
Other feedback on 'irt.org FAQ Knowledge Base Q275' - show all