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

Feedback: irt.org FAQ Knowledge Base Q275

Feedback on: irt.org FAQ Knowledge Base Q275

Sent by Heriberto Calderon Abundis on April 25, 2000 at 16:10:46: - feedback #1142

Technical:
Too technical

Comments:
iŽd like to change my pointer computer


Sent by Tom on August 27, 2001 at 16:06:30: - feedback #3096

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>


©2018 Martin Webb