Page context

HiMy apologies , I did send this question before, but didn’t get any pointer or solution. So, I try again.

I have a Frameset.

My topFrame page with button is coming from another db.

The other frame is a doc from inside the DB.

How can I change the context to the other frame so my button can read data from there.

Anyone knwos how to get this working?

This was my former writing about it.

http://www-10.lotus.com/ldd/nd6forum.nsf/ShowMyTopicsAllFlatweb/3596b8a415b7294985256e3c0056ce18?OpenDocument

But till today I couldn’t get it to work.

Maybe I overlook something, and need some glasses.

thanks

SC

Subject: use javascript

window.parent.document.otherFrameName.forms[0].fieldname.value = “your value here”