HOME   >   Javascript Event Handlers


Javascript onError Function
Why don't onerror function alert's popup? - JavaScript

Why don't onerror function alert's popup?. Get answers to your questions in our JavaScript forum.

Why don't onerror function alert's popup? - 2

Why don't onerror function alert's popup?. Join us for more discussions on JavaScript, software, scripts, programming and more.

Javascript Basics Part 11

You have written a JavaScript application and it's working fine--until you get an error message. It's something unsightly that pops up on your screen, something like 'myObject.fields is null or not an object'. What on earth does this mean? This article is going to show you how to account for errors and show you several different methods for general error handling.

Javascript Scrolling Text

Create professional javascript news scroller for your website.

Software Secret Weapons: Javascript Refactoring For Safer Faster Better AJAX

Software Secret Weapons is a resource for innovation and creativity in software engineering

Application.CFC onError function and the <cferror> tag.

Application.CFC onError function and the cferror tag. was asked on the ColdFusion Talk (CF-Talk) mailing list.

SecuriTeam™ - Javascript Based Port Scanner

Beyond Security® will help you expose your security holes and will show you what the bad guys already know about your hosts and network. Use our Automated Scanning service to perform a full security audit of your site, and find the latest security news and tools on Beyond Security®'s SecuriTeam™ web site.

O'Reilly -- Safari Books Online - JavaScript: The Definitive Guide, 5th Edition

This Fifth Edition is completely revised and expanded to cover JavaScript as it is used in today's Web 2.0 applications. This book is both an example-driven programmer's guide and a keep-on-your-desk reference, with new chapters that explain everything you need to know to get the most out of JavaScript, including: Scripted HTTP and Ajax XML processing Client-side graphics using the <canvas> tag Namespaces in JavaScript--essential when writing complex programs Classes, closures, persistence, Flash, and JavaScript embedded in Java applications Part I explains the core JavaScript language in detail. If you are new to JavaScript, it will teach you the language. If you are already a JavaScript programmer, Part I will sharpen your skills and deepen your understanding of the language. Part II explains the scripting environment provided by web browsers, with a focus on DOM scripting with unobtrusive JavaScript. The broad and deep coverage of client-side JavaScript is illustrated with many sophisticated examples that demonstrate how to: Generate a table of contents for an HTML document Display DHTML animations Automate form validation Draw dynamic pie charts Make HTML elements draggable Define keyboard shortcuts for web applications Create Ajax-enabled tool tips Use XPath and XSLT on XML documents loaded with Ajax And much more Part III is a complete reference for core JavaScript. It documents every class, object, constructor, method, function, property, and constant defined by JavaScript 1.5 and ECMAScript version 3. Part IV is a reference for client-side JavaScript, covering legacy web browser APIs, the standard Level 2 DOM API, and emerging standards such as the XMLHttpRequest object and the <canvas> tag. More than 300,000 JavaScript programmers around the world have made this their indispensable reference book for building JavaScript applications. "A must-have reference for expert JavaScript programmers...well-organized and detailed." -- Brendan Eich, creator of JavaScript

JavaScript Search: AdvancedAJAX 1.0

JavaScript Search is your source for hundreds of free JavaScripts and JavaScript related information, including scripts, tutorials, FAQ's, tips, and much more.

XML.com: Errors and AJAX

AJAX is hot, but is it real? How mature are the techniques, and can you use them right now? Joshua Gitlin offers a method for trapping client-side JavaScript errors and logging them, server-side, with AJAX.

Image Preview - JavaScript Made Easy

Large Collection of JavaScript source code. Choose from thousands of free scripts. JavaScript tutorials with example code. Excellent reference material for JavaScript. If you need help with JavaScript. JavaScript Made Easy is the place to find it.

O'Reilly Network -- JavaScript: Windows and Frames

David Flanagan explains some of the most commonly used properties and methods using windows and frames.

JavaScript & Norton [Archive] - My ADSL & My Broadband

[Archive] JavaScript & Norton Programming, Software Help & Linux (Apache, mySQL, PHP etc)

JavaScript Events

JavaScript Events are items that transpire based on an action. A document event is the loading of an HTML document. A form event is the clicking on a button. Events are objects with properties.

Netvouz - bumbratta > Bookmarklets > Dev

Netvouz is a social bookmark manager where you can store your favorite links online and access them from any computer. You organize your bookmarks in folders and tag each bookmark with keywords and can then browse them by folder or tag, or search for them. You can make your bookmarks public or private, and if you have a blog you can also publish your bookmarks on it using our RSS feed.

Consuming External Web Services with Microsoft Atlas

To consume external Web services in Atlas, you build a server-based Web service proxy to the service. The good news is that you can leverage Visual Studio and Atlas features to handle most of the work.

Write AJAX-style Applications Using the ASP.NET 2.0 Client Callback Manager

With applications like Google Maps for inspiration, it seems everybody's been talking about what you can do with AJAX. But many don't know that writing AJAX-style applications that can do partial screen refreshes without a trip to the server are easy to write in ASP.NET using the built-in Client Callback Manager.

JavaScript Frequently Asked Questions - HTMLforums – Free Webmaster HTML Help and Discussions

HTMLforums.com offers free HTML and web development help to webmasters, web developers and small business owners

Error Handling in JavaScript @ COLDFUSION DEVELOPER'S JOURNAL

Have you ever been to a site and gotten a pop-up box telling you about a JavaScript error on the page? It can be really annoying. What's worse is that the person responsible for maintaining the site doesn't even know that the error occurred.

Atlas notes : A closer look at Page methods

Live Demo Source Code The Atlas framework allows to send asynchronous HTTP requests to a web server without reloading the current page and also to perform other tasks while waiting for the response to arrive from the server. By using Atlas, it is possible

WebDeveloper.com - onError Help!!!

WebDeveloper.com Forums, Where Web Developers and Designers Learn How to Build Web Sites, Program in HTML, Java and JavaScript and More!

Intelligent Password Verification

The vast majority of password protectors rely on the visitor knowing the name of the file, which is used as a password. However, if you get it wrong you get an error message saying file not found. The Intelligent Password Verifier uses a subtle approach, by first attempting to load an image file as the entered password, if the JavaScript detects that the image did not load, i.e. it was not found, then it displays a password invalid message.

WebDeveloper.com - Redirect only when server is ready

WebDeveloper.com Forums, Where Web Developers and Designers Learn How to Build Web Sites, Program in HTML, Java and JavaScript and More!

iPlanet Web Server, Enterprise Edition Server-Side JavaScript Guide: Chapter 5 Basics of Server-Side JavaScript

The Sun-Netscape Alliance, a strategic alliance formed by America Online and Sun Microsystems, Inc., is delivering iPlanet e-commerce software and enterprise solutions that enable companies to compete successfully in the Net Economy

Computing.Net - JavaScript - Ping Computer

Hello all. Is there any way to use javascript to ping an IP address? Please note that I need to be able to determine if a computer (ip address) is on-...

unFrame() -- A JavaScript Method To Defeat Being "Framed"

Framing is an obnoxious practice where one website embeds another within it's own frames. unFrame() - Two methods of protecting your website from being framed.

Intelligent Password Verification #2

This article was brought about by a discussion in the usenet newsgroup news:comp.lang.javascript about the failings of the previous article Intelligent Password Verification. The majority of this rework is down to Peter Landgren, who took three attempts to come up with a solution for MSIE 3, but who got there in the end :)

JavaScript Without the Headaches @ COLDFUSION DEVELOPER'S JOURNAL

Coding ColdFusion and coding JavaScript are about as far apart on the productivity spectrum as it's possible to be. CF tags are neat, easy to read, tolerant, and fun to write. JavaScript is none of that. It has all the drawbacks of traditional languages, with the added disadvantage of sitting somewhat awkwardly within the HTML document model.