As you can see in the code below, have a page, dialog and two content DIVs.
I noticed, that the navbar is highlighted when not doing a navigation with a link target. From now it looks like that the page refreshes every time i press a button and the button itself looses the focus after clicking an navigation link.
When i open a popup (like in the code below) it is like i open a complete new page. Is it possible to show popups without loading a new page?
Am i using it correctly?
With best regards,
Bjoern
<?php
// ob_start();
include_once('services/session.php');
?>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- Ohne den viewort ist es wie ne Desktopanwendung -->