[jQuery] Trying several things to write to a div in a new window
[jQuery] Trying several things to write to a div in a new window
I've been searching the forums how to write to a div in a new popup
window reference? I would think it would be easy, but nothing seems to
be working.
newwin = window.open(....);
$(#someID, newwin.document).append("something");
I even tried as this post mentions:
http://groups.google.com/group/jquery-en/browse_thread/thread/38c74fb9aa8883a4/0a3f57796cb6a583?lnk=gst&q=new+window#0a3f57796cb6a583
newin.$(#someID).append("whatever");
where in the window..
<div id="someID"></div>
Topic Participants
rick.reumann