做oms系统时候知道的

March 01

做oms系统时候知道的

1.用javascript控制iframe打开的页面
iframe1.location.href = " http://somesite.com/somepage.htm"
 
2.用javascript控制a(anchor)打开的页面
a1.href = " http://somesite.com/somepage.htm"
 
3.C#.NET用读数据库的方式访问excel文档,取得excel内所有sheet的名字
主要是这句:DataTable dataTable = connection
http://vdonkey.spaces.live.com/

你可能感兴趣的:(做oms系统时候知道的)