2011年4月25日

JS 得到 URL的各个部分

摘要: 设置或获取对象指定的文件名或路径。<script>alert(window.location.pathname)</script> 设置或获取整个 URL 为字符串。<script> alert(window.location.href);</script>设置或获取与 URL 关联的端口号码。<script>alert(window.location.port)</script> 设置或获取 URL 的协议部分。<script>alert(window.location.protocol)</scrip 阅读全文

posted @ 2011-04-25 17:47 HelloHongfu 阅读(241) 评论(0) 推荐(0) 编辑

CRM 2011 设置LookUp属性

摘要: Please put this in the onload event of the CRM Form. document.getElementById("parentcustomerid").setAttribute("lookuptypes", "1"); it is also an unsupported way. 阅读全文

posted @ 2011-04-25 09:44 HelloHongfu 阅读(182) 评论(0) 推荐(0) 编辑

导航