Software Listing of Author : "4thorder"
- DHTML Scrolling Image Viewer Script
- License: Freeware
- Price: 0.00


Embeds an image viewer (clickable thumbnails) requiring NO code changes to the webpage. Script allows for right and left scrolling of thumbnails that when clicked opens an auto-resized window for full image view. MANY setup controls available (colors, borders, size, placement in page). Setup controls are contained in one easy to use setup file. Detailed Features: - Script auto-builds all of the elements required for displaying the viewer (NO HTML or additional javascript code required) - Installation is VERY easy: - Upload thumbnails and full sized images into respective folders - Open ONE file to setup script: - Change setup controls (colors, borders, size, placement in page) - Enter filenames of images - Only requires link to two files in of webpage - Image Scroll features - Scrolls right or left when user clicks respective...
- Platform: JavaScript, Scripts
- Double-Click to Move Table Row
- License: Freeware
- Price: 0.00


Script allows users to move rows up and down on a table by simply double-clicking on the source row and then again on the destination row. By using a double-click event handler, one can avoid "clashing" with click events, thus, allowing the scripts use to be isolated (installed without breaking other scripts). Features:- Good for single tables Only (although could be expanded to include multiple tables). - No code is required to be within table element other than [ TABLE id="mainTable" ...] . - Table row labels (TR) must be capitalized. - Moving rows: - Double-click on row (will change color) to be moved, Double-click on location to move row. - Note: - If row to be moved is above the "future" location then the row will be inserted below the "future" location double-clicked. - If the row to be moved is located below the "future"...
- Platform: JavaScript, Scripts
- Passing variables into a form field
- License: Freeware
- Price: 0.00


It is often useful to pass variables to form fields (for example text or hidden) on the same page thus making them accessible to other languages such as ASP, Cold Fusion, PHP or the like. This can be easily accomplished using a simple javascript function where one BIG benefit is that there is no need to leave the page! Notice that the anchors "a" href attribute contain the same function call to the javascript routine "passit". The value contained within single quotes will be passed to the function. This is the value that we wish to pass to the form input element. Therefore, in this case when the user clicks the link to pass a variable, 'variable passed' is sent to the function. Likewise, to clear the field '' (or blank) is passed to the function.
- Platform: JavaScript, Scripts
