From my primary window I'm using window.open to open a new window ...
onLoad="window.open('financialDataStep1a.asp','OrgData','scrollbars=yes,resizable=yes,width=850,height=370')"
This works great the first time I enter the primary window but if I refresh the window or go to another page and come back in and the OrgData window is already open it does not refresh it. Is there a way to force a refresh of the secondary window?
Thanks,
Glenda
onLoad="window.open('financialDataStep1a.asp','OrgData','scrollbars=yes,resizable=yes,width=850,height=370')"
This works great the first time I enter the primary window but if I refresh the window or go to another page and come back in and the OrgData window is already open it does not refresh it. Is there a way to force a refresh of the secondary window?
Thanks,
Glenda