摘要: /**//// /// 去除HTML标记 /// /// 包括HTML的源码 /// 已经去除后的文字 public static string NoHTML(string Htmlstring) { //删除脚本 Htmlstring = Regex.Replac... 阅读全文
posted @ 2007-11-22 09:55 PointNet 阅读(711) 评论(1) 推荐(0) 编辑
摘要: Adding OnClick property to dynamicly genertated html element function klik(){ alert("ppp"); } function addNewImg(newImageId){ newImg = document.createelement('img'); newImg.id = "image"+newImag... 阅读全文
posted @ 2007-11-22 09:54 PointNet 阅读(653) 评论(0) 推荐(0) 编辑
摘要: PHP Code: http://www.haqoo.com * */ $blog = new Sina_Blog; $blog->init(); $user="showmygod"; $pass="你的新浪密码"; if($blog->login($user,$pass)){ echo "登录成功\n"; }else{ die("用户名或者密码错误");... 阅读全文
posted @ 2007-11-22 09:54 PointNet 阅读(1649) 评论(0) 推荐(0) 编辑