Friday, October 26, 2007

Using Parent object in Javascript

Using "window.parent" we can access the parent windows elements from iframe window of the same page.

eg: window.parent.document.getElementById('txtname').value



No comments: