On 19 Apr 2007, at 09:47, Sébastien Gruhier wrote:
> Hi Alex
>
> Sorry for the late answer, pretty busy these days
>
> 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>
>
> Let me know if you have troubles, I can send you a sample code. I  
> have tested it in Safari, Fireforx and IE

Hey Sebastien!

Thank a lot for your reply!  I wil try this during the course of  
today and report back on the results.


Alexander
_______________________________________________
Javawin mailing list
[email protected]
http://mail.xilinus.com/mailman/listinfo/javawin_xilinus.com

Reply via email to