May 3, 2006 #1 kgreer MIS Joined Jul 18, 2003 Messages 155 Location US I have a quick question... I need to be able to set a value in the parent main frame from another one. I know it starts with parent. something, thanks.
I have a quick question... I need to be able to set a value in the parent main frame from another one. I know it starts with parent. something, thanks.
May 3, 2006 #2 BillyRayPreachersSon Programmer Joined Dec 8, 2003 Messages 17,047 Location GB Code: parent.newVariableName = someValue; Hope this helps, Dan Coedit Limited - Delivering standards compliant, accessible web solutions [tt]Dan's Page [blue]@[/blue] Code Couch http://www.codecouch.com/dan/[/tt] Upvote 0 Downvote
Code: parent.newVariableName = someValue; Hope this helps, Dan Coedit Limited - Delivering standards compliant, accessible web solutions [tt]Dan's Page [blue]@[/blue] Code Couch http://www.codecouch.com/dan/[/tt]