

                                 CS HTML Wrapper


  Ұ

CS HTML Wrapper HTMLڵ  PHP Ȥ PHP, Python   ũƮ ڵ
ε ۼ ϰ Ͽ   ϱ  ڵ   
α׷ ۼϵ ϴµ  ִ.


  ٿε

Ʈ Ȩ http://open.coolsms.co.kr/cshtmlwrapper ̸ ̰ ֽ
ҽ ٿε   ִ.


  ġ  

PHP Ȥ ASP  ۵ǵ  丮 𿡵  Ǯ ASP 

   <!--#include file="../cshtmlwrapper/cshtmlwrapper.asp"-->

 Խ ش.


  

<!--#include file="../cshtmlwrapper/cshtmlwrapper.asp"-->
<%
	' 
	dim tab

	' ̺ ü
	set tab = new Table

	' border 1 Ѵ.
	tab.SetAttr "border", "1"

	' Ӹ 
	tab.SetHead array("̸", "μ", "", "ó")

	' ǥ ߰
	tab.Add array("Ʒ", "װְߺ", "", "010-0000-1111")
	tab.Add array("̿", "ߺ", "븮", "011-1111-2222")
	tab.Add array("", "κ", "", "016-2222-1111")

	' 
	tab.Print()
%>

