
May 4th, 2006, 10:39 AM
|
 |
Blowing up trees with my mind.
|
|
Join Date: Feb 2005
Location: Neverland Ranch, minus the touching.
|
|
|
i do sort of the same thing with a selection box like this
var myVar=document.areas.namelist.value;
areas is the form name, namelist is the name of the selection box.
|