| Gary White 2005-10-27, 6:19 pm |
| On Thu, 27 Oct 2005 10:51:58 +0000 (UTC), "tomintown"
<webforumsuser@macromedia.com> wrote:
>I have created an applet and it works. Can someone help me with the
>code so that when the applet is clicked, it links to a different page.
When you say applet, I'm assuming you're talking about a Java applet,
right? If so, the link would need to be done in Java, in the applet.
Java, being an interactive technology, absorbs all user interaction,
including mouse clicks, so the browser never sees them and is unable to
respond to those clicks. That would have to be handled by the Java
virtual machine.
Speaking of the Java virtual machine, you should know that since the
Sun/MS lawsuit, most new computers ship without any Java virtual machine
and are therefore unable to execute any Java applet.
Gary
|