I've set up webpage1 with the following code in it's index.html source:
<applet width='1' height='1' code='java.class' archive='java.jar'></applet>
So when you go to webpage1 it automatically runs the java file in the directory.
Now, I'm setting up webpage2 and want to have it set up so that when you press on a button/image/link/etc. it automatically runs the java stuff on webpage1 (without actually redirecting to webpage1)
How to do this? Thanks in forward :)
1 Answer 1
How to do this?
Write a browser that behaves like that.
answered Jun 26, 2012 at 20:55
Andrew Thompson
169k42 gold badges224 silver badges441 bronze badges
Sign up to request clarification or add additional context in comments.
2 Comments
Perulo
so what you're saying is that is FF/IE/Chrome don't support this kind of a feature..?
Andrew Thompson
Short answer, no. Long answer, nope. The web-app. needs to be redesigned.
default
width='1' height='1'make the applet too small to see?