No comment has been added lately, so it's time to clean up this TA.
I will leave a recommendation in the Cleanup topic area that this question is:
[points to micamedia]
Please leave any comments here within the next seven days.
PLEASE DO NOT ACCEPT THIS COMMENT AS AN ANSWER!
hongjun
EE Cleanup Volunteer
Main Topics
Browse All Topics





by: micamediaPosted on 2002-12-27 at 20:43:09ID: 7638496
I'm not sure if this will work, but i found this answer:
ry">
1. in your global.asa put the following code that will create this object in html:
<OBJECT RUNAT=Server SCOPE=Application ID=varDictionary PROGID="Scripting.Dictiona
</OBJECT>
(if it's not the dictionary object but your own object, just change the id and progID of the object)
Then in your asp when you need to use the object.. just referance the id that you created. For the above example you would say:
Set Application("users") = varDictionary