Hello
I am writing a program using Scriptlets.
I am using three files.
one.html
Here I am calling the scriptlet using the object tag and the scriptlet is the file two.html.
two.html
In this I am using some controls and I am opening a window for a button click.
New window is three.html
three.html
I want to pass some data from this window to the previous.I am using the window.opener() for the same.
When I gave a statement like this the value is not passed to the previous window. window.opener.document.bgcolor="red";
If I directly run two.html I am able to pass the value.
Thanx.
Regards
Nisha