Html Popup window

by Prabakaran 2012-08-23 11:38:45

<SCRIPT TYPE="text/javascript">
function popup(mylink, windowname){
if (! window.focus)
return true;
var href;
if (typeof(mylink) == 'string')
href=mylink;
else
href=mylink.href;

window.open(href, windowname, 'width=500,height=500,scrollbars=yes');
return false;
}

</SCRIPT>

Tagged in:

1151
like
0
dislike
0
mail
flag

You must LOGIN to add comments
Tags
More...
Comments