How to pass parameters to another web page from a java applet?

I

iherage

Hi,

I have a java applet program in one web page, after processing some
data, I want to the applet to open a new web page and pass parameters
to that page too.

Does anyone know how to archive this?

Thank you!
 
A

Andrew Thompson

I have a java applet program in one web page, ..

Bad idea.
..after processing some
data, I want to the applet to open a new web page and pass parameters
to that page too.

Does anyone know how to archive this?

// might work, if the browser feels the heck like it..
applet.getContext().showDocument(URL)

(And that word is 'achieve', which is quite distinct
from the meaning of 'archive'.)

--
Andrew Thompson
http://www.athompson.info/andrew/

Message posted via JavaKB.com
http://www.javakb.com/Uwe/Forums.aspx/java-general/200709/1
 
R

Roedy Green

I have a java applet program in one web page, after processing some
data, I want to the applet to open a new web page and pass parameters
to that page too.

Does anyone know how to archive this?

There is no mechanism I know of to pass parameters to an HTML web page
other than to embed them in that page.

Getting some help from a servlet may be needed. Your Applet sends the
parameters back to the servlet which them embeds them in a web page
and sends it back.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,744
Messages
2,569,484
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top