2011-08-15 14:18:27 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
2012-01-17 19:56:08 +00:00
|
|
|
<title>OxJS Dialog Demo</title>
|
2011-08-15 14:18:27 +00:00
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
|
2012-01-17 19:56:08 +00:00
|
|
|
<script type="text/javascript" src="../../dev/Ox.js"></script>
|
2011-08-15 14:18:27 +00:00
|
|
|
<script type="text/javascript" src="js/dialog.js"></script>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
</body>
|
2012-01-17 19:56:08 +00:00
|
|
|
</html>
|