|
ECS-L Home Automation and Security Archives |
learn more
| view messages for this
month | NetBloc® | terms of use | search
subject (prev) or (next) |
time (prev) or (next) |
author (prev) or (next) |
view more subjects
Subject: From: Date: | Re: [ECS] ONLCICK JAVA call ? Scott Reston Mon, 27 Mar 2000 16:09:00 -0500 |
try giving the applet a name - ie
<APPLET CODE="Sel.class" name="theApplet">
then you should be able to call functions from javascript like:
onclick="theApplet.function(); return false;"
scott reston
scott@theRestons.com
http://theRestons.com/scott/
On Mon, 27 Mar 2000 10:56:31 -0500, Mark Gilmore wrote:
>Can anyone tell me how (or if) I can call a JAVA applet via
>an ONCLICK as follows ?:
>
> ----------------------
> <APPLET CODE="Sel.class" WIDTH=0 HEIGHT=0></applet>
> <a href="" onclick="Setsel('0'); return false;">0</a>
subject (prev) or (next) |
time (prev) or (next) |
author (prev) or (next) |
view more subjects