hi,
bei folgender Funktion:
function go2index()
{
return document.location.href='/index.php';
}
ist da ein return wert notwendig?
Nein.
Oder reicht es wenn man es so schreibt:
function go2index()
{
document.location.href='/index.php';
Du solltest window.location verwenden.
Die meisten aktuellen Browser stellen zwar unter document.location eine "Kopie" dieses Objektes zur Verfügung - aber die verhält sich etwas anders, als das "Original".
gruß,
wahsaga
--
/voodoo.css:
#GeorgeWBush { position:absolute; bottom:-6ft; }
/voodoo.css:
#GeorgeWBush { position:absolute; bottom:-6ft; }