In my child window I have
$('#opfile').addOption("someval",sometext");
Problem is #opfile is an a parent widow I cant get it to communicate
I tried
window.opener.$('#opfile').addOption("someval",sometext");
but no luck any ideas?
Update
Embarssing but I got the above to work might have been caching something
Thanks for the suggestions