Hi,
I am displaying a world file in a new web page from hyperlink in my main web page. At the same time, I want my Javascript code to check whether Cortona is installed or not.
I use the following function in vbscript to do the same.
IsNull(CreateObject("Cortona.Control")
When I dont have cortona installed, the application works fine...I show a message saying Cortona is not installed.
Now I go ahead and install cortona. When I run my app, it shows the world file correctly.
Now I uninstall cortona, and run my app again. In this case it doesnt give me the message, and opens the new page, but its all blank.
I did some observation, and found out from the IE settings that the Cortona Control was still there in the list of add-ons.
I found that on unistalling, the Program Files directory is removed, but the ParallelGraphics directory in /Program Files/Common Files remains. It holds the cortona DLLs.
Maybe this is causing the problem.
If someone experienced this before, please do let me know how you overcame it.
Regards
Apurv
|
|