example :
iframe fire the parent function()
<button class="SaveButton" type="button" onclick="parent.hello();">Close</button>
function fire the object-event
function hello(string){
//alert('hellox');
$('#close-btn').click();
}
window.location = $('#myanchor').attr('href');
window.open($('#myanchor').attr('href'));
沒有留言:
張貼留言