Hey all,

Is there a way to have a window opened with window.open()
inherit the parent windows JS environment?

In other words, I call window.open() with a URL that displays
a form created by a PHP script.

JS code has already been loaded by the parent, and I need to
be able to access that code via mouse overs and onclick calls
from the code in the newly opened window.

Is this possible?

Thanks,
Skip

--
====================================
Skip Evans
PenguinSites.com, LLC
503 S Baldwin St, #1
Madison WI 53703
608.250.2720
http://penguinsites.com
------------------------------------
Those of you who believe in
telekinesis, raise my hand.
 -- Kurt Vonnegut

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to