Thread
:
Err Help with this script
View Single Post
#
6
03-26-2006, 01:22 AM
Skyld
Script-fu
Join Date: Jan 2002
Location: United Kingdom
Posts: 3,914
Quote:
Originally Posted by
PeptoB
PHP Code:
unset
this
.
active
;
Not quite.
this.active = !this.active; was used to toggle between true and false (!true == false, !false == true), not just to unset it.
__________________
Skyld
View Public Profile
View GraalOnline Profile
Find all posts by Skyld