need to get forms in separate browser windows to talk

They have: 1 posts

Joined: Jun 2004

I need to A.) have a form spawn a new window B.) be able to select an option from that window's form, and C.) populate input fields on the initial form based on the option selected. Parts A and B are done, but I'm having difficulty populating the initial form. Can't seem to be able to fully describe/see the field, i.e. document.reqName.value='Tom' , from the child form. I've done this with a frameset, but not from two separate windows.

Any help??? Confused

Things will get better despite our efforts to improve them.
-- Will Rogers

Abhishek Reddy's picture

He has: 3,348 posts

Joined: Jul 2001

You can access the parent window using window.opener, as mentioned in this page:
http://forums.devarticles.com/archive/t-7109

Smiling

Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.