Feedback on: irt.org FAQ Knowledge Base Q275
Technical:
Too technical
Comments:
iŽd like to change my pointer computer
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>