Re: [b][i]Production: Class-S[/i][/b] :lol:
Sorry for not updating this trick, but now i fixed it already, and just like they said in the post below.... it uses one function only =D
okey lets start
[b]
^did you copy this?
[quote]function switch1(div)
{
if (document.getElementById('one'))
{
var option=['one','two','three'];
for(var i=0; i<option.length; i++)
{ obj=document.getElementById(option[i]);
obj.style.display=(option[i]==div)? "block" : "none"; }
}
}
//[/quote]
it's the function...