Nieuw lid |
|
hallo ik heb hier een script en die werkt niet zo als het hoort
te doen de bedoeling is als ik er op klik moet die dit doen [hide]
dan kan ik mijn link plaatsen en als ik er weer op klik moet die dit doen [/hide] en dat doet die dus niet
kan iemand mij hier mee helpen
<script type="text/javascript">
// Ultimate Extra Tags v1.0
// created by Ryan Fan
// [URL=http://www.ifsz.com]http://www.ifsz.com[/URL] , 2005
if(location.href.match('act=Post') || location.href.match('act=Msg') || location.href.match('index.php?')){
function tagMe()
{
document.getElementsByName('Post')[0].value += "[hide]"
document.getElementsByName('Post')[0].value += "[/hide]"
}
var x = document.getElementsByTagName('td')
for(y=0;y<x.length;y++){
if(x[y].innerHTML.match(/Close all Tags/i) && x[y].className == "pformright"){
x[y].innerHTML +='<br><br>'
x[y].innerHTML +=' <input type="button" accesskey="me" value="HIDE" onclick="tagMe();" class="codebuttons" name="B" style="font-style:strike;">'
}}}
</script>
<script type="text/javascript"> // Ultimate Extra Tags v1.0 // created by Ryan Fan // [URL=http://www.ifsz.com]http://www.ifsz.com[/URL] , 2005 if(location.href.match('act=Post') || location.href.match('act=Msg') || location.href.match('index.php?')){ function tagMe() { document.getElementsByName('Post')[0].value += "[hide]" document.getElementsByName('Post')[0].value += "[/hide]" } var x = document.getElementsByTagName('td') for(y=0;y<x.length;y++){ if(x[y].innerHTML.match(/Close all Tags/i) && x[y].className == "pformright"){ x[y].innerHTML +='<br><br>' x[y].innerHTML +=' <input type="button" accesskey="me" value="HIDE" onclick="tagMe();" class="codebuttons" name="B" style="font-style:strike;">' }}} </script>
stijn1989 schreef: code tags!
wat bedoel je ik snap je niet
kan je mij niet helpen wat er wel
moet staan want ik kan dat niet
|