PDA

Click to See Complete Forum and Search --> : How to make Object Reference Persisent?


rcflyer2005
Dec 10th, 2009, 11:48 AM
I originally posted this question in the ASP, VSScript forum. Perhaps this is the better forum?

1. My question is how to make an Automation Server persistent in the world of browsers which is not persistent.

2. The technical question is once I have launched the automation server and have the reference/handle, how can I retrieve the reference which is in the child window from the parent window. In the image below I launched the automation server from a child window. This window never changes, therefor the automation server never closes (at least until you close the child window).

http://www.vbforums.com/showthread.php?t=595087

Here is a screen shot of the web application on the left. The server is on the right. In the upper right corner is a child window that launched the server. Click thumbnail to enlarge. Note - all data shown on the image is fake, made up, bogus.

http://img234.imagevenue.com/loc34/th_67065_ImageDisplay6_122_34lo.jpg (http://img234.imagevenue.com/img.php?image=67065_ImageDisplay6_122_34lo.jpg)


The following image is a visio drawing of what I am trying to accomplish:

http://img196.imagevenue.com/loc642/th_66841_AutomationObjectConcepts_122_642lo.jpg (http://img196.imagevenue.com/img.php?image=66841_AutomationObjectConcepts_122_642lo.jpg)

Thanks for any help you can provide!