best practice to exchange info between browser windows clientside

  • Thread starter Thread starter Anton Sommer
  • Start date Start date
A

Anton Sommer

Hell folks,

what is the best practice to exchange information between browser windows.
I.e. A main window that is opening another window with a calendar control on
it, and the user input should be returned to the main window.


thank you

Anton
 
thank you for responding Dhwanil,

If your need is simple, then you can always just do an
window.parent.document..... and push the data back to the base page.I thought of the most simple solution, but my Java Script skills are poor,
would you have some code handy to post?

thank you


Anton
 
Back
Top