[thelist] JAVASCRIPT: can pop window only once

Dougal Campbell dougal at gunters.org
Tue Jul 16 13:51:01 CDT 2002


On Tue, 16 Jul 2002, Chris W. Parker wrote:

> [...blah blah blah...]
> function popThatWindow(path, winHeight, winWidth) {
> [...blah blah blah...]
> 	popThatWindow = window.open(path,"",sFeatures)
> }

Why are you doing that? You've just replaced your function with a Window
object. Try changing it to something like:
       myPoppedWindow = window.open(path,"",sFeatures)

--
Ernest MacDougal Campbell III, MCP+I, MCSE <dougal at gunters.org>
http://dougal.gunters.org/             http://spam.gunters.org/
  Web Design & Development:  http://www.mentalcollective.com/
       This message is guaranteed to be 100% eror frea!




More information about the thelist mailing list