Friday, October 26, 2007

Features for Web 2.0 Websites

Web 2.0 websites typically include some of these features:

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