Follow along with the video below to see how to install our site as a web app on your home screen.
Anmerkung: This feature currently requires accessing the site using the built-in Safari browser.
<script language="Javascript">
function ask()
{
sure = confirm("Wirklich löschen???");
if(sure)
{
//Hier sollte dann der Code für OK reinkommen
}
else
{
//Und hier falls abgebrochen wird(kann auch leer
bleiben,bzw. das else einfach weglassen)
}
}
</script>
function ask(url)
{
sure = confirm("Wirklich löschen???");
if(sure)
{
window.location.href="" +url;
}
}
<a href="" onclick=ask('./index.php?action=del_block&variable=dynamisch') title="Diesen Absatz löschen."><img src="./images/buttons/del.gif\" border=\"0\"></a>