wscreate
10-31-2002, 12:12 AM
I am using a PHP chat script I created. The Chat writes to a file and then updates and opens the file every 5 seconds to display it in the chat window.
I want to be able to push a URL to my partner's chat window which will then open a new window in my partner's browser (Using javascript).
Something like a BODY onload command, but onload will not work in this instance.
Example =====
<BODY OnLoad="MakeWindow('newwindow.php','Title Of Page','')">
==========
Any suggestions?
I want to be able to push a URL to my partner's chat window which will then open a new window in my partner's browser (Using javascript).
Something like a BODY onload command, but onload will not work in this instance.
Example =====
<BODY OnLoad="MakeWindow('newwindow.php','Title Of Page','')">
==========
Any suggestions?
