![]() |
|
|
+ Search |
![]()
|
Aug 27th, 2003 01:20
Hans Bieleman, Radhika Ghadge,
To find the parent window use: parentWindow = window.parent; To find the number of forms on a page use: noOfForms = document.forms.length; And yes, to find the number of Forms on the parent window use" noOfFormsOnParent = window.parent.forms.length;