MyBB Community Forums

Full Version: Javascript in Templates - Problems
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hej all, I got a problem while doing some new sites, I implemented javascript into the templates and it's not showing up so far.
It works nicely on normal HTML pages...
Here is the template code:
<body>
{$header}
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead"><strong>Something</strong></td>
</tr>
<tr>
<td class="trow1" align="center">
<SCRIPT LANGUAGE="JavaScript">

<! >
<! >

<!-- Begin

var ship =  [[[1,5], [1,2,5], [1,2,3,5], [1,2,3,4,5]], [[6,10], [6,7,10], [6,7,8,10], [6,7,8,9,10]]];

var dead = [[[201,203], [201,202,203], [201,202,202,203], [201,202,202,202,203]], [[204,206], [204,205,206], [204,205,205,206], [204,205,205,205,206]]];
And so on...
But javascript isn't working, MyBB seems to ignore it.
Any help?
BUMP... any ideas?