<SCRIPT LANGUAGE="JavaScript">
var targInfo = {
Set : function(foo,bar) {this[foo] = bar;},
Get : function(foo) {return this[foo];}
}
targInfo.Set('AT33', Array('N18',5,60));
foo='AT33';
alert(targInfo.Get(foo));
alert(targInfo[foo][1]);
</SCRIPT>
New Technologies
- Java
- Javascript
- DTML
- Dot Net
- ASP .Net
- C# .Net
- PHP
Monday, December 10, 2007
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment