Search
Results
Evaluating JavaScript code via `import()`
Dynamics.js
DHTML
"DHTML staat voor Dynamic HTML en is op zich geen standaard, op de website van het World Wide Web Consortium zullen we tevergeefs naar het begrip 'DHTML' zoeken.Door DHTML te gebruiken, is het mogelijk om pagina's interactief te maken waarbij onderdelen verschijnen, veranderen, bewegen en bijvoorbeeld reageren op muiskliks."
JavaScript for Cats
JavaScript is a programming language or, in other words, a means by which a computer is instructed to do things. Just the same as one controls humans with hisses and meows, one controls computers with statements written in a programming language. All web browsers understand JavaScript and you can take advantage of that to make web pages do crazy things!
Trap the right mouse click - Real's Javascript How-to
Real's JAVA JAVASCRIPT WSH and PowerBuilder How-to pages with useful code snippets
JavaScript and cookies
"Learn how to manipulate cookies using JavaScript with this tutorial. Re-usable functions for easy cookie access are provided, for use in your own scripts."
Images in a Dropdown - Robert McLaws: FunWithCoding.NET
Anyone of an ASP.NET Server Control that allows images to be placed in the ListItems? If you could point me to one that would be fabulous. Thanks!
JavaScript Toolbox - Dynamic Option List
ColdFusion Talk (CF-Talk) : Showing ICONS is a SELECT list
Does anyone know if it is possible to include ICONS in a select list as the display value along with or in place of text? If so, can you give me an example or point me to an example.
:: CodeThatForm - full control over the windows in browser ::
Filter Large HTML Select List using JavaScript Regexp Regular Expressions
"If you have a very large HTML SELECT list, finding the correct item can be like looking for a needle in a haystack. For example, if you have a list of a couple hundred names, finding a single one can be difficult. This article describes a JavaScript technique for filtering the items in a select list so that only the matching items are shown, making it much easier to locate the desired item."