[Typo3] Print version

racco raczek at open.infi.pl
Fri May 20 21:39:48 CEST 2005


b) Using javascript to change the 'href' attribute of all the links in the 
page:

<script type="text/javascript">
function turnOffLinks() {
alert('I am being called!');
var linkCollection = document.getElementsByTagName('a');

for (var i = 0; i < linkCollection.length; i++) {
  linkCollection[i].href = '#';
}
}
</script>


------

How should I launch this script? Because putting this in code gives nothing. 
I do not have a knowledge about JavaScript, sorry :)


racco






More information about the TYPO3-english mailing list