"<button onclick=\"window.parent.CloseButtonClick(this);\">×<\/button>" + "<button onclick=\"window.parent.MaximizeButtonClick(this);\">□<\/button>" + "<button onclick=\"window.parent.MinimizeButtonClick(this);\">-<\/button>"; newRow = cmdWindow.insertRow(); newCell = newRow.insertCell(); newCell.innerHTML = "<div class=\"Content\">" + "<p>Microsoft Windows XP [Version 5.1.2600]<\/p>" + "<p>(C) Copyright 1985-2001 Microsoft Corp.<\/p>" + "<p> <\/p>" + "<p>C:\\WINDOWS\\system32><\/p>" + "<div class=\"Adorn\"><\/div>" + "</div>"; cmdWindow.onactivate = function (){ window.parent.CurrentCmdFocus(this); } cmdWindow.ondeactivate = function (){ window.parent.CurrentCmdBlur(this); } obj.appendChild(cmdWindow); }
function Wink(show) { if(currentCmdWindow != undefined && currentCmdWindow != null) { var line = currentCmdWindow.getElementsByTagName("P")[currentCmdWindow.getElementsByTagName("P").length - 1]; if(show) { line.innerText += "_"; } else {
上一篇:怎样将Excel中的数据导入到SQLServer2000数据库中
下一篇:JSP取当前日期
|