NetTalk Central

Author Topic: Open message window.  (Read 2016 times)

rjolda

  • Sr. Member
  • ****
  • Posts: 279
    • View Profile
    • Email
Open message window.
« 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


kevin plummer

  • Hero Member
  • *****
  • Posts: 1195
    • View Profile
    • Production Accounting and Software Payroll
Re: Open message window.
« Reply #1 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

rjolda

  • Sr. Member
  • ****
  • Posts: 279
    • View Profile
    • Email
Re: Open message window.
« Reply #2 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

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11193
    • View Profile
Re: Open message window.
« Reply #3 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