摘要:
IE6、IE7、FF通用代码: <script>window.opener=null;window.open('','_self');window.close();</script> 阅读全文
posted @ 2010-08-10 14:27
念时
阅读(165)
评论(0)
推荐(0)
摘要:
SDK要3.4以上的版本: <?xml version="1.0" encoding="utf-8"?><mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute"> <mx:Script> <![CDATA[ import mx.controls.dataGri... 阅读全文
posted @ 2010-08-10 12:07
念时
阅读(2551)
评论(2)
推荐(0)