js.js
上传用户:yuyunping
上传日期:2013-03-21
资源大小:1844k
文件大小:1k
源码类别:

Java书籍

开发平台:

Java

  1. <script language="javascript">
  2. function openUser(id) {
  3. var Win = window.open("dispuser.asp?name="+id,"openScript","width=350,height=300,resizable=1,scrollbars=1,menubar=0,status=1" );
  4. }
  5. function openScript(url, width, height){
  6. var Win = window.open(url,"openScript",'width=' + width + ',height=' + height + ',resizable=1,scrollbars=yes,menubar=no,status=yes' );
  7. }
  8. function openDis(bid,rid,id){
  9. self.location="dispbbs.asp?boardid="+bid+"&RootID="+rid+"&id="+id
  10. }
  11. function PopWindow()
  12. openScript('messanger.asp?action=newmsg',420,320); 
  13. }
  14. var nn = !!document.layers;
  15. var ie = !!document.all;
  16. if (nn) {
  17.   netscape.security.PrivilegeManager.enablePrivilege("UniversalSystemClipboardAccess");
  18.   var fr=new java.awt.Frame();
  19.   var Zwischenablage = fr.getToolkit().getSystemClipboard();
  20. }
  21. function submitonce(theform){
  22. //if IE 4+ or NS 6+
  23. if (document.all||document.getElementById){
  24. //screen thru every element in the form, and hunt down "submit" and "reset"
  25. for (i=0;i<theform.length;i++){
  26. var tempobj=theform.elements[i]
  27. if(tempobj.type.toLowerCase()=="submit"||tempobj.type.toLowerCase()=="reset")
  28. //disable em
  29. tempobj.disabled=true
  30. }
  31. }
  32. }
  33. </script>