| Home : Web : Java Script |
| Click "Subscribe" if you want to be notified of new or updated links in this category. | Subscribe |
|
|
Java Script Listings
|
|
Total:
21 | Displaying: 11 - 20 | Pages: << 1 2 3 >> |
|
|
|
The second part of our series on using JavaScript to improve the quality of forms looks at one final aspect of \'required\' fields, the Select element. It also covers Regular Expressions that can be used to limit the kind of characters accepted in a field, and techniques using Hidden fields that can make received data easier to understand. February 3, 2000 Using JavaScript to Control Forms - Part 1 Using JavaScript to Control Forms - Part 3 This is Javascript for IE5. See our...
Updated: 05/30/2005
|
|
|
is a core troll at bianca\'s and is the author of The Book of Javascript: A Practical Guide to Interactive Web Pages . He has a large collection of exotic chickens and futurists. There\'s a lot you can do with JavaScript: Images can swap when you move a mouse over them, form elements can influence each other on the fly, and calculations can be made without having to resort to a CGI script. And it works in all major browsers that are version 3.0 or higher (and even Netscape...
Updated: 05/30/2005
|
|
|
Kristi Jabbour Technical Writer Macromedia, Inc. If you need to generate JavaScript, you can benefit from several of HomeSite\'s timesaving features. HomeSite has a wizard to generate six common scripts and a JavaScript Tree for writing custom scripts. It also has several other features that come in handy while scripting. The following sections describe each of these topics in detail. JavaScript Wizards JavaScript Tree Other Handy Goodies JavaScript Wizards You do not need to know any...
Updated: 05/30/2005
|
|
|
Here is a quick little code sample that utilizes JavaScript to run a count down script and then submits the form. A nice feature is that it displays the remaining time in quarter minute intervals to remind users of a pending save. You can quickly and easily plug the javascript include file AutoSave.js into any page and simply call it. In the HTML sample below, you\'ll see that all that is needed is to call the AutoSaveInit() function in the...
Updated: 05/30/2005
|
|
|
We\'re constantly searching for methods to both improve our application\'s performance and enhance the user\'s experience. This little JavaScript tool will enable you to achieve both of those goals. I will show you how to populate a menu of items on the fly, based on the selection of another, without reloading the page. This is handy for search tools, registration forms, inventory programs, and so many others. Just have a read, and you\'ll find a place for it in your own...
Updated: 05/30/2005
|
|
|
Here\'s a quick little example of how to capture the standard windows Ok/Cancel message box return value.
Updated: 05/30/2005
|
|
|
The client - side Javascript/JScript/ECMAScript model has a rich set of methods and properties related to the Page and Window objects. One of the most useful of these is the ability to parse the various components of the URL. But before we look at that, this might be a good time to review the methods and properties of the location object: The Location object is part of a Window object and is accessed through the window.location property. It contains the...
Updated: 05/30/2005
|
|
|
Intended Audience Prerequisites Introduction What Is Javascript, and What Is Not Utilizing Javascript to Reduce Traffic What if Javascript has Gone Away? Passing Data From PHP To Javascript Using Regular Expressions Tips & Tricks (Processing) Tips & Tricks (Designing Form) Sample Codes Conclusion Intended Audience This article is intended for intermediate level PHP programmers, who know how to use web forms to gather data, and how to communicate with...
Updated: 05/30/2005
|
|
|
How\'z it goin\'... This is the first in a series of script tips meant to discuss and describe the concept of creating password protection through JavaScript. I have three scripts, each better or worse than the last depending on your point of view, to show you. Each uses a different method of password protection. You choose which one you think is best. The three are: Password in script - hide script Password equal to page name Password encrypted through arrays All three are...
Updated: 05/30/2005
|
|
|
In this first article in a three part series, you will learn several of the methods that the Document Object Model offers for capturing and handling events that happen within the context of a Web document. Introduction If you ever have written some JavaScript code to be included in your Web pages, then you re certainly very familiar with manipulating responses generated by events occurring within the context of a Web document. In JavaScript parlance, this concept is...
Updated: 05/30/2005
|
|
|
Java Script Listings
|
|
Total:
21 | Displaying: 11 - 20 | Pages: << 1 2 3 >> |
|
|