Overview I just get an e-book and find that all of the pages are dead. With some searching I find that the file is blocked by windows. The solution is to unlock the .chm file. To do this: Right-click on the .chm file, select "Properties" Click [...]
Archive for February, 2009
Overview The code below demonstrate how to use JavaScript to get all the checkbox elements of a particular checkbox list, and then check / unchecked them base on the status of another checkbox (the sender). This technique is also useful when you want to do other operation (e.g. ensure single selection) to all [...]
Overview I open form with a default button and a Multi-line ASP.NET text box (text area) in Firefox 3. When I hit "Enter" key in the text area, I expect the text area to start a new line. However, the default button is triggered. Reference Multiline Textboxes and DefaultButton in Firefox