Hello Again,
Is it possible to pass a variable to an object model reference? In example:
var j = new Date();
var s = j.getDate();
For instance today is July 5th.
The variable s will return the number 5.
I want to be able to take that number and plug it into something like
document.all."var if possible".cols
Is this possible?
-Jay
Is it possible to pass a variable to an object model reference? In example:
var j = new Date();
var s = j.getDate();
For instance today is July 5th.
The variable s will return the number 5.
I want to be able to take that number and plug it into something like
document.all."var if possible".cols
Is this possible?
-Jay