O'Reilly Answers is a community site for sharing knowledge, asking questions, and providing answers that brings together our customers, authors, editors, conference speakers, and Foo (Friends of O'Reilly). More »
Laura Rogers, co-author of Using Microsoft InfoPath 2010 with Microsoft SharePoint 2010 Step by Step (Microsoft Press), has created a short video that's based on Chapter 10, "InfoPath Integra...
Google Profile will display a "Send a message" link if you check the "Allow people to connect to me (without showing my email address)" check box when setting up your profile.
Her...
Asked by beth_freeman : 14 January 2010 - 12:59 PM
Answered by jonathanstark : Jan 14 2010 02:13 PM
Hi there!
This is a great question. I also saw it on Twitter and basically replied that "mailto is a bug" but now that I see your code, it's a slightly different situation than I th... full answer >
You can allow keypress events to succeed only if the desired character keys are pressed. The following function, invoked from a text field's keypress event, allows only numerals 0 through 9 (no de...
Assuming that the page always contains a form and text field with the same names, use an onload event handler to invoke the focus() method of the text box: <body onload="document.formName.f...