yu169409
09-15-2003, 09:16 AM
hi there
can anyone tell me how to pass parameters from one jsp to another using window.open?
i need to open a popup window and pass parameters to the popup window, i understand that i could create a parameter list like this :
window.open('xxx.jsp?yyy=value');
but is there any other way to pass parameter? i have a lot of parameters, so i wonder if document.form[].submit could help to pass them to the popup window. thanks for ur help.
can anyone tell me how to pass parameters from one jsp to another using window.open?
i need to open a popup window and pass parameters to the popup window, i understand that i could create a parameter list like this :
window.open('xxx.jsp?yyy=value');
but is there any other way to pass parameter? i have a lot of parameters, so i wonder if document.form[].submit could help to pass them to the popup window. thanks for ur help.