check if page is already opened and Send parameter to it

Go To StackoverFlow.com

0

How can I check if an asp.net/html page is already opened, and if it is, send a parameter and not open it again, and if it isn't opened, open it and send the parameter as usual.. What I want to do is: I have an asp.net page which execute a specific functionality and has status line to show to the user, I want to display the status line in another page (let's call it 'statuspage'), but because the status is changed many times I don't want to open the statusPage again and again.

How can I implement Thanks.

2012-04-04 07:21
by st mnmn
the downvote is not mine; do you have some code that you have tried or you want someone here to point you in the right big-picture-type direction - cctan 2012-04-04 07:32
I don't have code,I want someone to point me. but now I am checking something I found, I'll try it.. thank - st mnmn 2012-04-04 07:37


0

One way could be to open the new status window using a custom name. Any subsequently windows opening calls should refresh the already created window.

2012-04-04 07:31
by Magnus Johansson
Ads