I don't think Javascript will let me do this, and with what I know from HTML, I don't think this can be done as well.
I'm wanting to create an array, that will reference cells
in a table created in HTML. (I.E. I would like to be able
to reference the values in the cells second column over and third row down).
The site I'm working on is using VBscript, and I belive I can get what I need working if I crete a vb app, but I heard that creating a link to the server to view the vb app
(I only need the users to view the app) will not work
as each client would need files installed on them.
I would consider changing the script over to javascript if
I could get the same results using javascript and HTML, but
I'm stumped as to how I can reference cells in this manner
(even in HTML and vbscript)
Any suggestions would be appreciated.
I'm wanting to create an array, that will reference cells
in a table created in HTML. (I.E. I would like to be able
to reference the values in the cells second column over and third row down).
The site I'm working on is using VBscript, and I belive I can get what I need working if I crete a vb app, but I heard that creating a link to the server to view the vb app
(I only need the users to view the app) will not work
as each client would need files installed on them.
I would consider changing the script over to javascript if
I could get the same results using javascript and HTML, but
I'm stumped as to how I can reference cells in this manner
(even in HTML and vbscript)
Any suggestions would be appreciated.