[PHP] PHP Polls in popup window

2001-04-18 Thread Mohamedou
Hello all, I have integrated a simple text based poll script in my homepage. But I want get the survey results in a popup window, if somebody votes. How can I make that? Moh _ Do You Yahoo!? Get your free @yahoo.com address at

Re: [PHP] PHP Polls in popup window

2001-04-18 Thread Seung-woo Nam
Hi: You can use JavaScript for a popup window. Look up for window.open() function. You can pass the result to that output from PHP script. Seung-woo Nam Mohamedou wrote: Hello all, I have integrated a simple text based poll script in my homepage. But I want get the survey results in a