karthikm75
Programmer
Hi All,
I am in a weird quandry that I hope you guys can help me out of.
I have a Parent.html and Child.html. The Parent.html has a text box that needs to be populated by Child.html after the Child.html is accessed from Parent.html by clicking a button.
I use the "opener" object to get a handle of the opener window and subsequently the text box and populate the value.
The above solution works fine when Parent.html and Child.html are both on the same machine (my laptop) and when Child.html is accessed as a file. However, when Child.html is in IIS on another server, invoking it using a URL ( does not seem to give it enough rights to populate the Parent's text box.
Any one know why?
I am in a weird quandry that I hope you guys can help me out of.
I have a Parent.html and Child.html. The Parent.html has a text box that needs to be populated by Child.html after the Child.html is accessed from Parent.html by clicking a button.
I use the "opener" object to get a handle of the opener window and subsequently the text box and populate the value.
The above solution works fine when Parent.html and Child.html are both on the same machine (my laptop) and when Child.html is accessed as a file. However, when Child.html is in IIS on another server, invoking it using a URL ( does not seem to give it enough rights to populate the Parent's text box.
Any one know why?