To get a handle on an element in another "context" (in this case the
opener), try this:

    $('#resumemessage', opener.document)

More info about this type of selection at either of these two places:

  http://docs.jquery.com/Core#.24.28_expr.2C_context_.29
  http://jquery.bassistance.de/api-browser/#StringElementjQuery

Also make sure you're using the latest version of jQuery.

Karl Rudd

On 3/24/07, Shelane Enos <[EMAIL PROTECTED]> wrote:
> With plain javascript I can do this from a child window:
>
> opener.document.getElementById("resumemessage").innerHTML = "Resume uploaded
> " + filename;
>
> What I'd like to do with jquery is
> $('opener.#resumemessage).load(myprocesspage.lasso, {pageID: 25});
>
> Is this possible?  What is the right syntax?

_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to