justElizabeth
Programmer
I am retrieving an array of data from the server and need to populate a global client-side array so that it is available to populate data on my ASP when the user selects something from a list.
For example the user selects a person and I want to fill in the person's title, phone, and .....
In order to do this from the client I need to populate a global array on the client from the server. I usually do this with the <body onload> feature ... HOWEVER I've got an include file that someone else wrote that is required in the ASP. When it is included the <body> onload doesn't fire.
THE QUESTION: is there some other way to do this?
Hope I've given enough info and thanks in advance,
elizabeth.
For example the user selects a person and I want to fill in the person's title, phone, and .....
In order to do this from the client I need to populate a global array on the client from the server. I usually do this with the <body onload> feature ... HOWEVER I've got an include file that someone else wrote that is required in the ASP. When it is included the <body> onload doesn't fire.
THE QUESTION: is there some other way to do this?
Hope I've given enough info and thanks in advance,
elizabeth.