18.03.2010, 15:37
Hiho!
Wie kann ich in einem Template Javascript benutzen?
Ist das so richtig?
Wie kann ich in einem Template Javascript benutzen?
Ist das so richtig?
Code:
<html>
<head>
<title>{$lang->post_reply_to}</title>
{$headerinclude}
<script type="text/javascript" src="jscripts/post.js?ver=1400">
<!--
function clone_this(objButton)
{
alert ('TEST');
if(objButton.parentNode)
{
tmpNode=getElementById('tipp_eintragen').firstChild.cloneNode(true);
objButton.form.appendChild(tmpNode);
for(j=0;j<objButton.form.lastChild.childNodes.length;++j)
{
if(objButton.form.lastChild.childNodes[j].type=='text')
{
objButton.form.lastChild.childNodes[j].value='';
break;
}
}
objButton.value="entfernen";
objButton.onclick=new Function('f1','this.form.removeChild(this.parentNode)');
}
}
//-->
</script>
</head>
<body>
{$header}
{$preview}
{$maximageserror}