I have an ASP page which dynamically creates javascript arrays and puts them in a SCRIPT section in the head of an HTML document. However, depending on different options the list of arrays created will not always be the same.
I have other code which runs on that page and I will need to be able to tell which arrays exist. Is there any way I can check if a certain array exists?
Mighty
I have other code which runs on that page and I will need to be able to tell which arrays exist. Is there any way I can check if a certain array exists?
Mighty