HI All,
i have a frameset, in upper frame i am choosing some field value, Against that value i have to show document in a embedded view in lower frame…
i am facing how to pass field value from upper frame to lower frame in web Application…
Any help will be appreciable…
Regards rupesh
Subject: how to pass field value from one frame to another frame in web.
To pass the value from one frame to another in a Web Browser, you need to look at the Web DOM.
If you actually want to system to change the document in the second frame based on a selection on the first frame then look at setting up an onClick on the upper frame hyperlink, which changes the location href of the lower frame.
Subject: RE: how to pass field value from one frame to another frame in web.
i don’t have much idea in web based application , so if you have any code, can you send.
Regards
Rupesh
Subject: RE: how to pass field value from one frame to another frame in web.
I have provided some basic HTML code below for you to look at.
Frameset document
frame1.html
Frame 1
Lotus Corporation
International Business Machines
The function showDocument can be modified to allow populate the appropriate frame, with the appropriate URL.
HTH