Results 1 to 2 of 2

Thread: how can i pass a window object from one window to another window

  1. #1

    Thread Starter
    New Member
    Join Date
    Dec 2004
    Posts
    6

    how can i pass a window object from one window to another window

    Hallo everybody

    is there any way to pass window object from one window to another window...

  2. #2
    Fanatic Member
    Join Date
    Jan 2005
    Location
    In front of this pc.
    Posts
    580

    Re: how can i pass a window object from one window to another window

    If a browser window is opened with javascript, and a name is assigned, all objects in it are available to other windows. The original window can be accessed from the child by calling parent.object

    There are lots of cut-n-paste javascripts at http://javascript.internet.com

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width