How to set two previous page's elements value?

Hi all,

I have a main form which has a button to search a value.It calls $$search form.After I get result in another page I want to set the field value of main form.

In short I want to reach and set , 2 previous page’s field value?

How can I do that? js window.opener reaches just previous page.

Best Regards,

Subject: how to set two previous page’s elements value?

I solved it.Instead of opening pages, I inserted an iframe, for source value, I setted search form …