0

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
  • Won't the attributes width='1' height='1' make the applet too small to see? Commented Jun 28, 2012 at 19:46

1 Answer 1

1

How to do this?

Write a browser that behaves like that.

Sign up to request clarification or add additional context in comments.

2 Comments

so what you're saying is that is FF/IE/Chrome don't support this kind of a feature..?
Short answer, no. Long answer, nope. The web-app. needs to be redesigned.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.