Folge dem Video um zu sehen, wie unsere Website als Web-App auf dem Startbildschirm installiert werden kann.
Anmerkung: Diese Funktion ist in einigen Browsern möglicherweise nicht verfügbar.
location object
Contains information on the current URL.
Syntax
To use a location object:
[windowReference.]location[.propertyName]
windowReference is a variable windowVar from a window definition (see window object), or one of the synonyms top or parent.
propertyName is one of the properties listed below. Omitting the property name is equivalent to specifying the href property (the complete URL).
><a href="javascript:void(0);" onClick="location='index.php?aktion=show_sb&pfad=news&sb_id=42'" onMouseOver="return overlib('verfasst von: Carsten Beeg<br><b>Mannschaft:</b> 1. Frauen' , CAPTION, 'Verloren geglaubtes Spiel in letzter Sekunde noch gedreht', FGCOLOR, '#E4E4E4', BGCOLOR, '#009900');" onmouseout="return nd();">Verloren geglaubtes Spiel...</a>
<a href="#" onclick="
window.location='index.php?aktion=show_sb&pfad=news&sb_id=42';
return false;
" onmouseover="
return overlib('verfasst von: Carsten Beeg<br><b>Mannschaft:</b> 1. Frauen' , CAPTION, 'Verloren geglaubtes Spiel in letzter Sekunde noch gedreht', FGCOLOR, '#E4E4E4', BGCOLOR, '#009900');
" onmouseout="
return nd();
">Verloren geglaubtes Spiel...</a>