模擬實現msgbox

2022-02-01 21:17:13 字數 1783 閱讀 1418

今天去無憂論壇看到biyuan版主寫了乙個模擬實現msgbox**,就收藏了,在實現應用web開發中,可能會用到的!

document.writeln("");

//向模擬提示框傳遞引數,並啟用對話方塊

function msg(str1,str2,str3,str4,str5)

if(str2 == 2)

document.getelementbyid("mdiv").style.display = "";

document.getelementbyid("mdiv").style.zindex = 100;

document.getelementbyid("div_01").style.zindex = 200;

document.getelementbyid("but_01").focus();

}//加入對話方塊移動**

var md=false,mobj,ox,oy

function document.onmousedown()

}function document.onmouseup()

function document.onmousemove()

if(document.activeelement.tagname!='input')return false;

}document.writeln("");

document.writeln("");

document.writeln("");

document.writeln("   ");

document.writeln("      ");

document.writeln("      vbscript提示");

document.writeln("      ");

document.writeln("      ");

document.writeln("   ");

document.writeln("");

document.writeln("");

document.writeln("   ");

document.writeln("      ");

document.writeln("      ");

document.writeln("      ");

document.writeln("   ");

document.writeln("   ");

document.writeln("      ");

document.writeln("      ");

document.writeln("      ");

document.writeln("   ");

document.writeln("");

document.writeln("")

[/code]

呼叫方式:

<

/script>

測試函式結構:

msg("count","type","width","turn","false")

引數說明:

msg                主函式

count                提示框顯示的正文

type                提示框型別,1為只有確定按紐,2為確定按紐和取消按紐

width                提示框寬度,取值範圍應大於140

turn                點選確定後執行的語句或函式

false                點選取消後執行的語句或函式

模擬實現Spring IOC

通過在類上標註 registration 註冊進容器,injection從容器注入物件 容器類 public class springcontainer else bean.setbeanclass c mappropsmap new hashmap 處理注入屬性 field props c.get...

模擬實現strcmp

函式簡介 原型 int strcmp const char s1,const char s2 所在標頭檔案 string.h 功能 比較字串s1和s2。一般形式 strcmp 字串1,字串2 說明 當s1注意不是 1 當s1 s2時,返回值 0 當s1 s2時,返回正數 注意不是1 如下 int m...

模擬實現strncat

模擬實現strncat 在系統庫函式中,存在strncat這個函式,它用於字串的追加,就是在乙個字串後面再追加乙個字串,它的函式原型為 char strncat char strdest,const char strsource,size t count 在其中,strdest為目標字串,strso...