Is there a cross-browser compatible way to post a form in one tab of the browser to another (which I know is open and is of the same domain)?
I tried window.name='some_name';
and target='some_name'
on the form, but this does not seem to work. Am I missing something?