PDA

View Full Version : creating parent window variables from child window?


htmlcssnewbie
02-08-2008, 10:58 AM
I know how to pass data from the child window to the parent window. But I'm curious if there's a way to create a parent window variable (in javascript) from the child window. Does window.opener have such a functionality?

coothead
02-08-2008, 11:59 AM
Hi there htmlcssnewbie,

both RysChwith and myself have taken the trouble to answer these questions of yours...

http://www.htmlforums.com/client-side-scripting/t-how-to-iterate-through-javascript-variables-100149.html
http://www.htmlforums.com/client-side-scripting/t-help-with-regular-expression-testing-white-space-andor-alphanumeric-characters-100085.html
http://www.htmlforums.com/client-side-scripting/t-transferring-values-between-child-and-parent-window-from-parent-window-99974.html

Perhaps you could show us the courtesy of replying to these threads, before embarking on another,
and let us know whether they are now resolved. :agree:

htmlcssnewbie
02-08-2008, 03:23 PM
i replied..sorry...

im guessing there isn't a way to create variables in the manner in which I described. I figured I'd throw it out there, though.

thanx anyway