NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: rjolda on June 04, 2010, 12:12:38 PM

Title: Open message window.
Post by: rjolda on June 04, 2010, 12:12:38 PM
Hi All,
I have a process ( in a browse)  that takes about 5 - 10 seconds.  I want to open a new window with a message that says" Build is completed" and a button to click OK to close this window. 
I have tried various permutations but have not been able to achieve this.
What is the easiest and cleanest way to do this??
Thanks,
Ron Jolda

Title: Re: Open message window.
Post by: kevin plummer on June 05, 2010, 02:49:07 AM
not sure if this is what you want but try embedding your browse in a form and then using Alert to display your message.

cheers,

Kevin
Title: Re: Open message window.
Post by: rjolda on June 05, 2010, 04:12:40 AM
Hi Kevin,
Thanks, but I am wanting to send the code to the Server to open a new window with the message - i.e. open a new window ('_blank') with the message in it and a Close button.
Thanks,
Ron
Title: Re: Open message window.
Post by: Bruce on June 05, 2010, 09:39:40 PM
Hi Ron,

Remember there is no connection between the server and the client.
So the browser connects, asks for something, gets a reply, and closes the connection.

So think along the lines of the user doing something, and you sending a reply. The sever
cannot "preemptively" send the client a message.

cheers
Bruce