Is it possible to extend the DOM of a new window opened using window.open without loading prototypeJ

Posted by Morten on Stack Overflow See other posts from Stack Overflow or by Morten
Published on 2010-05-04T07:20:15Z Indexed on 2010/05/08 17:48 UTC
Read the original article Hit count: 355

Filed under:
|
|
|
|

Hi!

Is it possible to extend the DOM of a new window that I opened, using something like this:

var newWindow = window.open('about:blank', 'testWindow', '');
Element.extend(newWindow);

I thought Element.extend would work.. But I done see any refference to prototype in the DOM.

Any ideas?

Thank you! Morten

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about prototype