Hi
i'm trying to change div's html from an iframe.
i quested the net for hours trying to understand why it doesn't work.
things i tried (+js):
$('#myDiv',window.parent.document).html(''); (also hide(300);)
$('#myDiv',parent.document).html('');
$('#myDiv',top.document).html('');
parent.$('#myDiv').html('');
window.parent.$('#myDiv').html('');
window.parent.document.$('#myDiv').html('');
parent.document.getElementById('myDiv').innerHTML='';
window.parent.getElementById('myDiv').innerHTML='';
window.parent.document.getElementById('myDiv').innerHTML = '';
p.s tested on FF and Chrome
pleeeaaaaaase H E L P (it's driving me crazy!!!!)
thank you,
roy