monkeymagic2222
Technical User
Hi,
We have a Windows application that lets a user click on a hyperlink which opens a .net web page, passes it an address reference (in a querystring) which is then converted to map coordinates. This page then redirects to another web page running our GIS passing the new map coordinates to it to display the property.
Each time the user clicks on a link from the Windows application, the process is repeated (if the user hasn't closed their web browser) so a new instance of the GIS viewer is opened which can cause performance issues with the GIS System.
Is there a way where I can get my page (the one that converts the address to coordinates) to check if a specific web page is already open and display a message to the user if so?
Thanks,
Simon
We have a Windows application that lets a user click on a hyperlink which opens a .net web page, passes it an address reference (in a querystring) which is then converted to map coordinates. This page then redirects to another web page running our GIS passing the new map coordinates to it to display the property.
Each time the user clicks on a link from the Windows application, the process is repeated (if the user hasn't closed their web browser) so a new instance of the GIS viewer is opened which can cause performance issues with the GIS System.
Is there a way where I can get my page (the one that converts the address to coordinates) to check if a specific web page is already open and display a message to the user if so?
Thanks,
Simon