Darren’s Blog

Think Tank

28 Jun

Call function in Popup to Parent


This is a fun one. If you want to call a function in your parent window from a popup:

parent windw:

function test(){

}

in popup:

window.opener.test();


Filed under: Uncategorized

Post a Comment