I am creating a discussion forum on web. I have following forms 1. Main 2. Response 3. Response to Response
Each form has REPLY button.
I have created few few documents using MAIN form. When open the MAIN doc and hit REPLY button, a new window opens with RESPONSE form and the values from MAIN doc like user name, date etc… should populate onto RESPONSE form(which is opened in new window).
New window is opening with REPSONSE form, how to get MAIN doc values to new window(response form) ?
You can pass the values via querystring and then access and parse the querystring values on the popup via javascript or a queryopen agent.
You can also pass the universalid of the parent document or the document where the username and date values are stored via querystring and get that document by universalid in the queryopen agent and write the values out to the response.
Subject: RE: Parent doc values in Main window to response doc in new window on Web
Mohit,
Thanks for you code and help. I tried your code with no luck.
I would like to mention you one thig here. The Main window values are getting populated from view and displaying in tables using HTML. The new window is RESPONSE form.