2008/05/16

使用標準的 DOM 取代 innerHTML

innerHTML 可以用來取代 HTML 的內容

以下介紹另外一種使用標準的 DOM 取代 HTML 的方法

2008/05/15

XML DOM (Document Object Model)

XML DOM (Document Object Model) 定義存取和操作 XML 文件的標準方法

XML file example:

[xml]


Text

 
[/xml]

2008/05/10

Windows XP 無法 update

正版的 Windows XP 無法 update

依照下面的方法解決:

Re-register the Windows Update DLL with the commands below

1.Click Start, click Run, type cmd, and then click OK.

2.Type the following commands. Press ENTER after each command.


regsvr32 wuapi.dll
regsvr32 wuaueng.dll
regsvr32 wuaueng1.dll
regsvr32 wucltui.dll
regsvr32 wups.dll
regsvr32 wups2.dll
regsvr32 wuweb.dll

2008/05/09