How to pass the JS variables to JSP without submit
843840Dec 17 2009 — edited Dec 19 2009I would like to ask if I going to use the the pop up window to return a "so-call" record id to the opener.function and call the JSP coding in the main form to retrieve the information of that particular record from DB, I used the request.Parameter(id) function there but seems it will be null and not work if there have not any submit action there.
Can anybody helps? Thanks.