123456789101112131415161718192021222324 |
- <?xml version="1.0" encoding="EUC-KR"?>
- <xhtml:html xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://www.w3.org/2002/01/xforms" xmlns:ev="http://www.w3.org/2001/xml-events">
- <xhtml:head>
- <xhtml:title>Untitle</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <example>Sample</example>
- </root>
- </instance>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- </xhtml:head>
- <xhtml:body>
- <button id="button1" style="left:30px; top:30px; width:100px; height:20px; ">
- <caption>¹èÄ¡ ÆË¾÷</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- modal("SPZSB00301", "", "400", "400" ,"SPZSB00301", "", "");
- ]]>
- </script>
- </button>
- </xhtml:body>
- </xhtml:html>
|