[TYPO3-UG Dutch] RealURL verschil Firefox en IE
Felippe van Eekhout
feekhout at worldonline.nl
Thu Mar 1 13:43:23 CET 2007
Hoi Arjen,
Dank je!!! Het is gelukt! Ik heb in de code de slash toegevoegd en nu
werkt het. Ik zal dit ook even mailen naar de ontwikkelaar.
Mijn dank is enorm!!! Ik kan weer verder
Gr Felippe
Op 1-mrt-2007, om 13:08 heeft Arjen Hoekema het volgende geschreven:
> Hoi Felippe,
>
> Dit stukje:
>
> onChange="document.location = '' + this.options[selectedIndex].value;"
>
> Moet dit worden:
>
> onChange="document.location = 'http://www.10door.nl/' +
> this.options[selectedIndex].value;"
>
> Of misschien is dit zelfs nog beter in jouw geval:
>
> onChange="document.location = '/' + this.options
> [selectedIndex].value;"
>
> Het is niet zo netjes om dit in de broncode aan te passen
> natuurlijk :-)
>
> Met vriendelijke groet,
>
> Arjen Hoekema
> _______________________________________________
> TYPO3-UG-dutch mailing list
> TYPO3-UG-dutch at lists.netfielders.de
> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-ug-dutch
More information about the TYPO3-UG-dutch
mailing list