[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
www.dhtmlgoodies.com • View topic - How can i use an external script in a window or tab ?
Page 1 of 1

How can i use an external script in a window or tab ?

PostPosted: Mon Jul 28, 2008 6:13 pm
by dZ6669
Hello !
I'm having trouble with some <script> interweavings :

See, if i want to insert an external javascript module like <script scr="..."></script> into a window, i only get a blank window.

I tried using contentUrl:'page.htm' which links to a page containing the code <script scr="..."></script>, and also using textcontent:'<script scr="..."></script>' which give an error as the </script> is directly interpreted, instead of being just a part of the textcontent...

does anyone know how to use an external script with the code <script scr="..."></script> in a window or a tab ??

Thanks a lot !!

PostPosted: Thu Aug 21, 2008 2:18 am
by dZ6669