PHP gevorderde |
|
ik heb dit script:
<script type="text/javascript">
window.onload = function() {
if ((window.document.getElementById) && (window.document.getElementById('gallery').focus)) {
window.document.getElementById('gallery').focus();
}
}
</script>
<script type="text/javascript"> window.onload = function() { if ((window.document.getElementById) && (window.document.getElementById('gallery').focus)) { window.document.getElementById('gallery').focus(); } } </script>
daarin staat: &&
dit mag neit van xhtml -_-'
weet iemand een andere manier dus het zelfde resultaat maar geen &&
ps.
bij & doet JS het niet.
bij AND doet js het ook niet.
|