|
|
script type="text/javascript">
function openURLShow(name, url, width, height, toolbar, location, directories, status, menubar, scrollbars, resizable,copyhistory)
{
cad = "toolbar=" + toolbar + "," + "location=" + location + "," + "directories=" + directories + "," + "status=" + status + "," + "menubar=" + menubar + "," + "scrollbars=" + scrollbars + "," + "scrollbars=" + scrollbars + "," + "resizable=" + resizable + "," + "copyhistory=" + copyhistory + "," + "width=" + width + "," + "height=" + height
window.open(url, name, cad)
}
|