easecrypt - various dev files
[anomen-overlay.git] / www-apps / pmwiki / cookbook / AesCrypt / submodal / index.html
blobad2e74c055a4d816f645d25c76ac9c2de623c091
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2 <html xmlns="http://www.w3.org/1999/xhtml">
3 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
5 <title>AsWiki test Page</title>
6 <!--link rel="stylesheet" type="text/css" href="style.css" /-->
7 <link rel="stylesheet" type="text/css" href="subModal.css" />
8 <script type="text/javascript" src="common.js"></script>
9 <script type="text/javascript" >
10 var gDefaultPage = "loading.html";
11 </script>
12 <script type="text/javascript" src="subModal.js"></script>
13 </head>
14 <body>
15 <b>DEVELOPMENT PAGE ONLY !!!</b>
16 <script>
17 function aescryptEncCallback(password)
19 var el = document.getElementById('result0');
20 // el.style.visibility = 'hidden';
21 el.childNodes[0].nodeValue=password;
23 // alert("val: "+val);
25 </script>
26 <div style="width:500px;">
27 <h1>subModal test page</h1>
28 <p id="result0">result</p>
29 <p>
30 This is a test page for the subModal - a DHTML modal dialog solution.
31 </p>
32 <button onclick="showPopWin('dialog.html', 400, 200, aescryptEncCallback, true, 'title1');">show modal window button</button>
33 <br/>
34 </div>
36 </body>
37 </html>