My Requirement is some thing like this...
1.Need to float specific DIV Id from parent window (In Below example : refer div id testId)
2.In my test page , on click of the button , i am changing the value of text box "testinDiv". Once it is changed ,div should with changed value
3.But still I am getting the Older value. ie. instead of "Value Changed Dynamically" , still the value show as "Value Not Changed"
