Microsoft
Software
Hardware
Network
Question : JS Object Key Variable?
var tool = 'something'
stack = { tool : 'data'}
it always returns key as "tool" instead of the value of "tool" which is "something"
im trying to accomplish the following in JS but here is a PHP example
$tool = "something";
$stack[$tool] = data;
i know its not pretty.....
Answer : JS Object Key Variable?
use :
1: 2: 3: 4:
var stack = {}; var tool = 'something'; stack[tool] = 'data'; //alert(stack.something);
Random Solutions
Need help on rollover buttons in flash in Flash CS4 and AS 3
You Tube Download Software
Connect database created from Sharepoint 2010 beta in SharePoint 2010 RTM.
Crystal Reports to Accept Parameters Then Display Reports Accordingly
Delete user from Bes Express but system still thinks they are in the database
ORA: 6533 Subscript out of range
Exchange 2010 inbound attachment size limit
What is Overloading?
Computing next id in base 36
.net Click Once With Silent Install