Home Data Structure Operating System C Language Client Script SQL .Net
function openPopup(URL)
{
var WindowName = "_blank";
var Features = "scrollbars=no,resizable=yes,width=900,height=550,left=50,top=70";
x=window.open(URL, WindowName, Features);
x.focus();
//top.window.open("http://intranet", "name");
}
No comments:
Post a Comment