Pass Parameter from JSPF to JSP hidden field?
843836Apr 12 2005 — edited Apr 13 2005Hi :
I got a problem here. This is the scenario, There's a pop-up JSP page which import a jspf file. In the jspf file, I'll add several value to an array. When user click on OK button on the jspf file. I need to set the array to a hidden field in the jsp file.
I'd try to use
window.opener.document.getElementById("hiddenLabel").value = arrayInJspf
but it's not working at all. So I just wonder can anyone gv me some hints on how this can be done? Thanks.