On 19 Apr 2007, at 14:03, Alexander Deruwe wrote: > On 19 Apr 2007, at 09:47, Sébastien Gruhier wrote: >> This is logical as your window is an iframe (to display url >> content). So you need to do 3 things: >> 1) In your url content, you need to include JS files >> <script type="text/javascript" src="../javascripts/prototype.js"> >> </script> >> <script type="text/javascript" src="../javascripts/window.js"> </ >> script> >> <script type="text/javascript" src="../javascripts/ >> window_ext.js"> </script> >> >> 2) call WindowCloseKey.init() >> <script type="text/javascript"> >> WindowCloseKey.init(); >> </script> >> >> 3) Use this modify window_ext.js (see attachement) >> <window_ext.js.zip> > > Hey Sebastien! > > Thank a lot for your reply! I wil try this during the course of > today and report back on the results.
Hey again, Took me some time to get to it, but I can confirm it works like a charm! Thanks a lot! :) Alexander _______________________________________________ Javawin mailing list [email protected] http://mail.xilinus.com/mailman/listinfo/javawin_xilinus.com
