How to open a popup window from the server side to clint side using javascript

  • Thread starter Thread starter susikto chaudhuri
  • Start date Start date
S

susikto chaudhuri

Hi,
I have created a server response page (written in PHP). This is
receiving the response from the server and writing into a text file.
What I want to do when I will get the response from the server i need to
open a new window to the Clint side. I need to know is it possible to
open a window from server side to Clint side without calling the server
response page.
Can any one tell me how to do that using JavaScript.
regards
susikto
 
Hello susikto,

Just use either alert() method http://www.javascript-coder.com/window-popup/javascript-popup-window.phtml
or dialog boxes http://www.webreference.com/js/tutorial1/dialog.html
or

sc> Hi,
sc> I have created a server response page (written in PHP). This is
sc> receiving the response from the server and writing into a text file.
sc> What I want to do when I will get the response from the server i
sc> need to
sc> open a new window to the Clint side. I need to know is it possible
sc> to
sc> open a window from server side to Clint side without calling the
sc> server
sc> response page.
sc> Can any one tell me how to do that using JavaScript.
sc> regards
sc> susikto
sc>
sc>
---
WBR,
Michael Nemtsev :: blog: http://spaces.live.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsche
 
Back
Top