JavaScript: Access Iframe
t = window.frames['iframe'].document.getElementById('someID').innerHTML = "karlos";
CODE:
-
$('#iframe').load( function(){
-
//$(this.contentDocument).find('body').find("#mojDiv").click(function(){
-
$(this.contentDocument).find('body').find("#hidden").attr("value", "test");
-
//});
-
});
Categories: Ajax