5 lines
216 B
PHP
5 lines
216 B
PHP
function Gzoom (url) {
|
|
GzoomWindow = window.open(url, "PNP4Nagios", "width=<?php echo $graph_width; ?>,height=<?php echo $graph_height; ?>,location=no,status=no,resizable=yes,scrollbars=yes");
|
|
GzoomWindow.focus();
|
|
}
|