pnp4nagios/share/pnp/application/views/zoom_header.php

5 lines
214 B
PHP
Raw Normal View History

2017-05-20 15:26:21 +02:00
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();
}