I am new to Java.
I have a question:
could Java applets expose events which could be scrippted in host HTML pages? If so, how to code this?
Thank you.
Alexander Lykov.
Printable View
I am new to Java.
I have a question:
could Java applets expose events which could be scrippted in host HTML pages? If so, how to code this?
Thank you.
Alexander Lykov.
Hi, Alexander
I'm not totally sure what you're wanting to do. Do you mean that an applet would react to what a surfer does and then call certain responses form HTML on the server computer ? Or do you mean that the applet would in some way alter the HTML code on ther server?
In the first case, have you considered JavaScript ? In the second case, there may be security issues.
I apologise if I have misunderstood your post.
Regards,
Joyous Monkey
Thank you joyous.
I will try to ask my question more detailed in new thread.