yes, but you'd need to store all data from a popup window via javascript into your document (web page) OR to have an action inbetween, which is called on pop-up window submit, and stores the values in the session or something for later retrieval. leon
On Mon, 2005-03-14 at 06:56 -0800, Caroline Jen wrote: > I have used the getParameter() to retrieve data from > web page text fields. No problem so far. > > Now, I have a web page that has a number of text > fields. In addition, the JavaScript is used in this > web page to pop-up another window for users to enter > more data in some text fields and a textarea. When > uses click on the OK button provided in this pop-up > window, it disappears from the screen. > > Can the data entered in this pop-up window be read by > the getParameter() method in a servlet? > > __________________________________________________ > Do You Yahoo!? > Tired of spam? Yahoo! Mail has the best spam protection around > http://mail.yahoo.com > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]