<script><br> (function () {<br> DiviArea.addAction('ready', function () {<br> // Option 2: Show the Popup after 2 seconds.<br> var popupId = 'hinweis-start'; // TODO: ← Enter the ID of your Popup here!<br><br> window.setTimeout(function () {<br> DiviArea.show(popupId);<br> }, 2000);<br> });<br> })();<br></script>
Code-Sprache: HTML, XML (xml)