Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to pass data from .jsp file into another HTML file

843833Sep 25 2001 — edited Sep 25 2001
I have a html file which is calling a .jsp file to upload client file into Oracle IFS system. After upload complete, I need pass the file URL back to the calling html file. I know how to pass the data from java code to javascript in the same .jsp file by using <%=filename%>. But if I want to pass this data out of the current .jsp file, and pass into the calling HTML file, how can I do it?
Thank you in advance!
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 23 2001
Added on Sep 25 2001
6 comments
637 views