Nation Notes module contributed by Z&H Healthcare.
[openemr.git] / library / custom_template / ckeditor / _source / plugins / wsc / dialogs / ciframe.html
blobf88017712d4da821e7de875a7ea896aeeb2493f9
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2 <!--
3 Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved.
4 For licensing, see LICENSE.html or http://ckeditor.com/license
5 -->
6 <html>
7 <head>
8 <title></title>
9 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
10 <script type="text/javascript">
12 function gup( name )
14 name = name.replace( /[\[]/, '\\\[' ).replace( /[\]]/, '\\\]' ) ;
15 var regexS = '[\\?&]' + name + '=([^&#]*)' ;
16 var regex = new RegExp( regexS ) ;
17 var results = regex.exec( window.location.href ) ;
19 if ( results )
20 return results[ 1 ] ;
21 else
22 return '' ;
25 var interval;
27 function sendData2Master()
29 var destination = window.parent.parent ;
30 try
32 if ( destination.XDTMaster )
34 var t = destination.XDTMaster.read( [ gup( 'cmd' ), gup( 'data' ) ] ) ;
35 window.clearInterval( interval ) ;
38 catch (e) {}
41 function onLoad()
43 interval = window.setInterval( sendData2Master, 100 );
46 </script>
47 </head>
48 <body onload="onLoad()"><p></p></body>
49 </html>