Hi , I am a Software & Web Developer from Sri Lanka. I am using this blog to post special, new and things to memorize in Software & Web developing. Hope you will also get some benefit from my site.
Tuesday, February 23, 2010
Javascript - Do actions in parent window when a popup is opened
/*function targetopener(mylink, closeme, closeonly)
{
if (! (window.focus && window.opener))return true;
window.opener.focus();
if (! closeonly)window.opener.location.href=mylink.href;
if (closeme)window.close();
return false;
}
function MM_callJS(jsStr) { //v2.0
return eval(jsStr)
}*/
Labels:
Javascript
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment