How to pass data from .jsp file into another HTML file
843833Sep 25 2001 — edited Sep 25 2001I 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!