Einchecken des Online-Codes
This commit is contained in:
14
admin/inhalte/objekte/wohnung/miete/view.php
Normal file
14
admin/inhalte/objekte/wohnung/miete/view.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
if (!isset($_SESSION['ID'])) {
|
||||
} else {
|
||||
$link = "../view.php?obj=" . $_POST['ID'];
|
||||
?>
|
||||
<script type="text/javascript">
|
||||
MeinFenster = window.open("<?php echo $link; ?>", "Zweitfenster", "width=800,height=600,scrollbars=yes");
|
||||
MeinFenster.focus();
|
||||
</script>
|
||||
|
||||
<?php
|
||||
}
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user