OK, I've taken a look at the code you have.
Find the following code in the forums.html file (from the template): <form method="POST" action="--WEBBOT-SELF--">
<!--webbot bot="SaveResults" U-File="fpweb:///_private/form_results.csv" S-Format="TEXT/CSV" S-Label-Fields="TRUE" --><p align="center">
<a href="http://n.1asphost.com/socom2clan/forum/">
<input type="submit" value="I agree, NOW LET ME IN!" name="B3"></a></p>
</form>
and replace it with the following code:<a href="http://n.1asphost.com/socom2clan/forum/" target="_blank">I agree, NOW LET ME IN!</a></p>
This replaces the button with a link and opens the forums in a new window when clicked.