
03-08-2007, 07:28 PM
|
|
Banned
|
Join Date: Jan 2007
Posts: 656
|
|
Quote:
Originally Posted by Kristi
PHP Code:
if (save[1]=true) {hide;}
should be
PHP Code:
if (save[1]==true) {hide;}
you used the wrong operator.
this method should work fine after that.
I can't believe all these FOOLS posting pointed you torwards triggeraction and completely overlooked that 
jk ILU guys
|
I think you're mistaken  |
|
|
|