javascript - Set Field from parent from child's iframe -


i have web page opens search page shows results in iframe. upon selection of particular search result, want send value search page's iframe opening page , close search page. how do this?

parent.opener.document.getelementbyid("street1").value = street1; 

Comments

Popular posts from this blog

java - Jmockit String final length method mocking Issue -

What is the difference between data design and data model(ERD) -

ios - Can NSManagedObject conform to NSCoding -