Some of these scripts scroll information on the screen - either on the status bar (that bar on the bottom on your browser) or in a text box. Some of these scripts print out messages. Some will display news, special highlights, and others will even tell you a random quote. They range in difficulty from less than 10 lines to more than 500 lines.
Visit The JavaScript Forum for help coding scripts or general questions about the scripts themselves.
More on internet.com
Attention JavaScript Coders!
Want some recognition for your scripts? Submit them to us and they may be featured on JavaScript Source!
Title: 1 Cool TextBox Scroller Contributor: Wyka-Warzecha Enterprises (javascripts@wyka-warzecha.com) Contributor URL: http://www.wyka-warzecha.com/ Details: 1.78 KB * Uploaded August 31 2001 Description: Create a cool textbox scroller (easily adapted to any other form elements) in seconds! [ Get Source Code ]
Title: 3D Dynamic Text Twister Contributor: Joe McCormack Contributor URL: http://www.geocities.com/code_stratos/ Details: 7.87 KB * Uploaded November 12 2003 Description: The 3D Dynamic Text Twister control was written to use the same code block for an unlimited number of calls within a web page and through an entire web site. This means that you only need to change parameters within the function parameters instead of having to change the source file. [ Get Source Code ]
Title: Add Commas Contributor: Martin Webb Contributor URL: http://www.irt.org Details: 1.49 KB * Uploaded November 18 1999 Description: Modifies a number by adding commas after every third digit. For example, 123456789 is converted to 123,456,789. The script example shows this script as used on numbers of various sizes. And, it demonstrates a clever use of the modulus operator. [ Get Source Code ]
Title: Advanced Gallery Contributor: Team DynamicDrive Contributor URL: http://www.dynamicdrive.com Details: 5.29 KB * Uploaded January 23 2004 Description: This gallery script allows you to display and rotate entire blocks of HTML on demand. Display images, text, or rich HTML in a dynamic manner. [ Get Source Code ]
Title: Advanced Scroller Contributor: Matthew (battlebots102001@yahoo.com) Contributor URL: http://geocities.com/battlebots102001/javascript_gizmos/index.htm Details: 2.13 KB * Uploaded February 5 2002 Description: Instead of 'typing', 'pushing' or 'blinking' words, this scroller replaces a random character in the text with the correct new one to eventually create a new phrase. [ Get Source Code ]
Title: AJScroller Contributor: Toh Lik Kiam Contributor URL: http://www.navsurf.com/dhtml/ajscroller/ Details: 2.99 KB * Uploaded April 24 2003 Description: AJScroller is a cross-browser, DHTML scroller. Full HTML syntax is supported, which means you can add images, format and align text quickly and easily. The scrolling speed and pause delay can be configured and controlled dynamically. [ Get Source Code ]
Title: Alert Details: 0.78 KB * Uploaded August 4 1997 Description: If you're just looking for a quick way to tell your visitor something, use this JavaScript alert! When they put their cursor on the link, they get the message in the form of a JavaScript alert! [ Get Source Code ]
Title: Alert & Confirm Details: 1.03 KB * Uploaded August 4 1997 Description: Here is a JavaScript confirm message that has variable responses. Basically, the response they get depends on what the user enters. [ Get Source Code ]
Title: Alert and Confirm Generator Contributor: John Hobbs (Jaalibbrandl@hotmail.com) Contributor URL: http://jsquared.faithweb.com Details: 4.81 KB * Uploaded October 15 2001 Description: Use this script to create quick and easy alert and confirmation scripts. Pick what you want, enter your text and get the source code. Pretty neat! [ Get Source Code ]
Title: Alternating Message Text Box Contributor: Sandeep Gangadharan Contributor URL: http://sivamdesign.com/scripts/ Date Uploaded: May 25, 2007 Description: With the help of this script you can put up a text box on your Web page that displays alternating messages for your visitors. It saves space, as a lot of text can be contained in a minimal display area.
Title: Amazing Message Box Contributor: Serge Dolgov Contributor URL: http://qlib.quazzle.com/qmessagebox.html Details: 3.45 KB * Uploaded July 16 2003 Description: It's a little more work than a regular alert but the results are impressive. Create an arbitrary-shape box with optional realistic shadow and animated transitions in minutes. [ Get Source Code ]
Title: Animated Tooltip Contributor: Al Navidi (anavidi@navidi.com) Contributor URL: http://www.navidi.com Details: 2.17 KB * Uploaded July 31 2001 Description: Hold your mouse over a particular graphic and display an animated tooltip in the form of a scroll. It's really cool! [ Get Source Code ]
Title: Audio Greeting Contributor: Happy Smart Contributor URL: http://happysmart.net Details: 1.18 KB * Uploaded December 26 2001 Description: Script plays audio greeting when user loads the page. You can record your own audio greeting and customize the greeting time and message. IE only. [ Get Source Code ]
Title: Auto Popup Window Contributor: Rick Johnson (frj11@ev1.net) Contributor URL: http://rickjohnson.tripod.com Details: 1.77 KB * Uploaded January 30 2001 Description: Automatically opens a small popup window and closes it after a specified time. Great for displaying important messages without forcing users to close multiple windows! [ Get Source Code ]
Title: Banner Ad Rotator Contributor: Ben Kanaev Contributor URL: http://www.webhostreview.biz Details: 3.84 KB * Uploaded October 14 2005 Description: Display two or more rotating banners (480 x 60) in an infinite loop. Banners also link to advertised URLs. [ Get Source Code ]
Title: Banner Ads Details: 1.44 KB * Uploaded July 24 1998 Description: Need to rotate banner ads on your site? How about doing it in JavaScript! This simple little JavaScript will print out a random banner ad each time your page is viewed. Awesome! [ Get Source Code ]
Title: Banner Rotater Contributor: Markus Fischer (mfischer@josefine.ben.tuwien.ac.at) Contributor URL: http://josefine.ben.tuwien.ac.at/~mfischer/ Details: 1.74 KB * Uploaded November 10 2000 Description: Change banner images on the fly. No need to reload the page. Neat! [ Get Source Code ]
Title: Blinking Text Contributor: Premshree Pillai (premshree@hotmail.com ) Contributor URL: http://www.qiksearch.com Details: 1.98 KB * Uploaded March 20 2002 Description: This script is a simple layer based javascript that blinks any text. The script can be used to catch the attention of the user. The blinking speed can be adjusted by the variable blink_speed. Only works in MSIE. [ Get Source Code ]
Title: Box Message Contributor: Keith Swerling (keiths@topixonline.com) Contributor URL: http://www.TopiXonline.com Details: 1.31 KB * Uploaded December 17 1999 Description: Scrolls a message in a textbox. When the user clicks in the box, however, the scrolling text is stopped and the box can be used normally. [ Get Source Code ]
Title: Check Sorter Contributor: Tom Folkes (tfolkes@cpcug.org) Details: 5.26 KB * Uploaded May 3 1999 Description: JavaScript can sort data based on any field of information. In this example, a checkbook register can be sorted by date, check number, check amount, or paid to person. We're one step closer to online banking... ;-) [ Get Source Code ]
Title: Classic Scroll Details: 1.35 KB * Uploaded August 23 1997 Description: This is the classic scroll that you see EVERYWHERE! This script is also highly configurable (as are most in TJS). One more thing. Be aware that this effect does eventually get very annoying. [ Get Source Code ]
Title: Color Changing Flash Scrollbar Contributor: Adrese Ramsaran Details: 6.75 KB * Uploaded March 12 2002 Description: Add attraction to your site with this amazing script that changes your site scrollbar from color to color. Only works in MSIE. [ Get Source Code ]
Title: Colorful Text Fader Contributor: Ken Tholke (kentholke@firstsaga.com) Details: 5.17 KB * Uploaded October 26 2001 Description: Add as many messages, colors, and even your own background image to this text fader. There's virtually no limit to the overall size and length of the messages this script can display. [ Get Source Code ]
Title: Confirm Entry Details: 0.57 KB * Uploaded March 2 1998 Description: This JavaScript asked you if you would like to continue. If you say "OK", it loads the page. If you click "CANCEL" (kinda like no) then it takes you back where you came from. Very neat! Really short! [ Get Source Code ]
Title: Content Switch Ticker Contributor: James Crooke Contributor URL: http://www.cj-design.com Date Uploaded: December 14, 2005 Description: This ticker works by displaying Web standards compliant HTML blocks of code. Formatting is accomplished with simple HTML and CSS. Very clean and sleek. [ Get Source Code ]
Title: Cryptic Scroller Contributor: Nebojsa Pajkic Contributor URL: http://justfreestuff.homepage.com Details: 1.88 KB * Uploaded February 28 2000 Description: Most of us never fulfilled our dream of working for the FBI or the CIA. But, that doesn't mean we can't play like we did! This script displays a cryptic series of numbers in the status bar at the bottom of the browser and decrypts it one letter a time. Sweet! [ Get Source Code ]
Title: Customizable JavaScript Prompt Contributor: Mukesh/Ritesh (mukesh@netedgecomputing.com) Contributor URL: http://www.netedgecomputing.com Details: 4.60 KB * Uploaded July 19 2003 Description:This script is used to generate a customized prompt box. With the use of a timer function you can generate it automatically. [ Get Source Code ]
Title: Cycling Banner Contributor: Elvin (elvin@gibsonpcs.com) Details: 4.83 KB * Uploaded November 12 2004 Description: This script produces a cycling banner that utilizes images. Users can adjust speed or change the images. [ Get Source Code ]
Title: Date & Time Details: 2.68 KB * Uploaded March 6 1998 Description: Yes, this is another JavaScript scroll. But, unlike the others, this one has the date & time included at the front of the first message! It looks very professional! [ Get Source Code ]
Title: Daily Tip Contributor: Mike W. (mikew@dvol.com) Contributor URL: http://www.dvol.com/~users/mikew Details: 1.46 KB * Uploaded June 23 2000 Description: Displays a Tip of the Day on your page. Some examples include tips on your site, quotes, computer tips, etc. Just update the tips on a monthly basis. [ Get Source Code ]
Title: Dancing Links Details: 0.98 KB * Uploaded August 18 1998 Description: (Internet Explorer Only!) This little script will continuously change the highlighted link colors (visited and unvisited links) in Internet Explorer. Very neat! Netscape - why doesn't your browser support this? :-) [ Get Source Code ]
Title: Date Message Details: 2.13 KB * Uploaded December 21 1999 Description: Displays your message on the appropriate day you indicate. For example, you can have it print messages on holidays, birthdays, or other dates that are important to you and your site's visitors! Cool! [ Get Source Code ]
Title: Default Status Message Details: 0.27 KB * Uploaded March 12 1999 Description: Here's a neat way to put a message in the status bar on your page. It will stay there as the default message! Neat! [ Get Source Code ]
Title: Define It Details: 0.31 KB * Uploaded April 13 1999 Description: Look how easy it is to offer your visitors a definition to unfamiliar terms on your site. It takes just one line of code! [ Get Source Code ]
Title: Description Layer Contributor: Randy Bennett (rbennett@thezone.net) Contributor URL: http://home.thezone.net/~rbennett/utility/javahead.htm Details: 2.93 KB * Uploaded July 2 1999 Description: (4.0+ browsers) Offer your visitors a quick description or more information about a link before they visit it. When they put their cursor over a link a layer will appear describing the link. [ Get Source Code ]
Title: Double status bar message Contributor: Bryan Pieterse Contributor URL: http://www.angelfire.com/me4/favourites/ Details: 1.84 KB * Uploaded February 25 2002 Description: It displays a still message in the staus bar along with a scrolling message along side it! [ Get Source Code ]
Title: DS BounceScroll Contributor: dario sciacca (webmaster@dseffects.com) Contributor URL: http://www.dseffects.com Details: 0.91 KB * Uploaded March 25 2004 Description: This script displays a bouncing scroll; it includes an HTML code generator that allows the user to change the parameters without any knowledge of JavaScript or HTML programming. [ Get Source Code ]
Title: DS CursorSinusText Contributor: Dario Sciacca (dario@dseffects.com) Contributor URL: http://www.dseffects.com/ Details: 0.73 KB * Uploaded November 20 2003 Description: This script displays a sinus text effect on the cursor that you can customize for your site. [ Get Source Code ]
Title: DS Zoomscroll Contributor: Dario Sciacca () Contributor URL: www.dseffects.com Details: 0.88 KB * Uploaded October 9 2003 Description: This script displays a scroll-text with the zoom effect. The script includes an HTML code generator that allows users to change the parameters without any knowledge of JavaScript or HTML programming. [ Get Source Code ]
Title: DHTML Tooltip Generator Contributor: Spriteworks Developments Contributor URL: http://www.spriteworks.com Details: 1.36 KB * Uploaded August 13 2003 Description: Sometimes the HTML "alt=" isn't enough to relay the detail you'd like it to. Here is a tool that will allow you to give your users more interactive tooltips. This script will allow you to create a custom DHTML tooltip box on your site. [ Get Source Code ]
Title: DHTMLMedia Pop Up Contributor: Chris O'Brien Contributor URL: http://www.dhtmlmedia.com/popup/index.html Details: 1.15 KB * Uploaded September 23 2003 Description: No plain Windows pop-ups, this tool will allow you to easily create DHTML/JavaScript pop-ups that can be personalized to fit in with your web site design. [ Get Source Code ]
Title: Drop-in Content Box Contributor: DynamicDrive Contributor URL: http://www.dynamicdrive.com Details: 5.04 KB * Uploaded April 2 2004 Description: This script displays a content box that drops in from midair, and can display whatever you choose. The frequency of the box appearing can be precisely controlled. [ Get Source Code ]
Title: Editor Details: 1.89 KB * Uploaded August 23 1997 Description: This is a very cool way to show you a little bit better how Javascript works. Go ahead. You can manipulate several different variables and then see the effects on the scroll box. Have fun! [ Get Source Code ]
Title: Expanding Text Contributor: Nicolas Contributor URL: http://www.javascript-page.com Details: 2.09 KB * Uploaded June 1 1999 Description: Draw attention to information on your site with JavaScript-powered expanding text! Just enter the text you want to use, the max size you want it to reach, and speed it should "grow" and it's ready to go. Neat! [ Get Source Code ]
Title: Fading Marquee Contributor: Mike Hudson Contributor URL: http://www.afrozeus.com Date Uploaded: April 12, 2006 Description: Display news and announcements on your site. The text fades in and out, and can display active links for each item. [ Get Source Code ]
Title: Flasher Details: 0.83 KB * Uploaded August 23 1997 Description: This script simply flashes (hence the name) a message on and off on your statusbar. This script probably got your attention better than the Classic Scroll but, is not used as much. The Flasher is just not as well known as the Classic Scroll. [ Get Source Code ]
Title: Fly-Out Textbox Contributor: Jacqueline Porjes Contributor URL: http://porjes.com/example_css.html Date Uploaded: October 16, 2006 Description: Use this script to display several sections of text in a small area. Degrades nicely. [ Get Source Code ]
Title: Greeting Note Contributor: Robin Jones (robinjones@freeuk.com) Contributor URL: http://robinjones.freeuk.com Details: 1.15 KB * Uploaded October 3 2005 Description: Welcome visitors to your site. This script displays Good Morning, Good Afternoon, or Good Evening, depending on the time of day. Uses page title as part of greeting. [ Get Source Code ]
Title: Hyperlink Status Text Contributor: Charlie Melbye Details: 1.10 KB * Uploaded September 15 2004 Description: Another status bar script that changes the status bar message for each link when the user hovers over the link. [ Get Source Code ]
Title: Image Tool Tips Contributor: Saul Salvatierra (saulss1@gmail.com) Contributor URL: http://myarea.com.sapo.pt Details: 2.23 KB * Uploaded September 30 2005 Description: This script creates 'tool tips' for images. Use as much text as you want. Formatting is controlled through the use of style sheets. The text will re-size, according to the screen width and placement of cursor. [ Get Source Code ]
Title: In-Marquee Links Contributor: n.chua (airbus_340600@hotmail.com) Contributor URL: http://nchua64.tripod.com/js.htm Details: 1.31 KB * Uploaded October 8 2001 Description: An ordinary marquee that uses JavaScript to include links. The speed and delay are customizable to suit the viewers' needs. IE only. [ Get Source Code ]
Title: JavaScript Ticker 1.2 Contributor: Premshree Pillai (premshree@hotmail.com) Contributor URL: http://qik.cjb.net Details: 2.98 KB * Uploaded January 22 2002 Description: This script provides a nice, clean ticker for all your messages, news headlines, etc. IE only. [ Get Source Code ]
Title: JSWaveText Contributor: Advanced Effect Maker Contributor URL: http://www.effectmaker.com Details: 0.60 KB * Uploaded April 22 2004 Description: This script will make your text string form a wave and then scroll within the defined area. [ Get Source Code ]
Title: Keyboard Slider Contributor: Massimo Giari (motore@iol.it) Details: 2.32 KB * Uploaded September 20 2000 Description: Now you can move images and objects across the screen by simply using keys from the keyboard. Amazing! [ Get Source Code ]
Title: Layer Scroller Contributor: Eddie Traversa (psych3@primus.com.au) Contributor URL: http://nirvana.media3.net Details: 7.99 KB * Uploaded September 11 2000 Description: Provides controls to scroll the layer at varying speeds. Can be used with your own graphics and layout to creatively present your content. [ Get Source Code ]
Title: LED Marquee Contributor: Curt Turner Contributor URL: http://www.turner3d.net/ Date Uploaded: August 13, 2007 Description: A variable width/speed marquee with realistic multi-color LED digits. No fonts required, and it uses only a single 36Kb image.
Title: Line Scroller Contributor: Ernst Straka (ernst.straka@central-europe.basf.org) Contributor URL: http://www.rs-systems.at/straka Details: 2.48 KB * Uploaded August 8 2000 Description: An impressive single line news ticker with smooth scrolling motion. Supports any valid HTML within the scroll text, including images or links. Really easy to position on your page, just place the 'tickpos' anchor where you want the scroller to appear. Easy! [ Get Source Code ]
Title: Link Hint Scroller 2.0 Contributor: Premshree Pillai (premshree@hotmail.com ) Contributor URL: http://www.qiksearch.com Details: 3.39 KB * Uploaded May 6 2002 Description: When you move your mouse over a link, a hint or something about the link will appear below the link in a scrolling fashion. You can change the direction of scrolling in this version. When you move your mouse out the scrolling will stop. Works in MSIE and Opera. [ Get Source Code ]
Title: Loading Time Indicator Contributor: Abraham Joffe Contributor URL: http://www.abrahamjoffe.com.au/ Details: 1.14 KB * Uploaded July 22 2005 Description: Use this script to show how long it takes a page to load. A timer starts when the page begins to parse and ends when it has completed loading all of the content. [ Get Source Code ]
Title: Lumpy Scroller Contributor: Matthew D. Krieg (battlebots102001@yahoo.com) Contributor URL: http://geocities.com/battlebots102001/javascript_gizmos/index.htm Details: 1.36 KB * Uploaded December 3 2001 Description: This script makes it look like there is a lump moving under a line of text in the status bar -- sort of how it would look if a mouse were running under a rug. [ Get Source Code ]
Title: Marquee Contributor URL: http://www.geocities.com/SiliconValley/Horizon/5235 Details: 1.00 KB * Uploaded March 5 1998 Description: (Internet Explorer preferred) This JavaScript scrolls information back and forth across a page - the message appears to float back and forth! If you don't have Internet Explorer, it'll just show the message on the screen. Works great! [ Get Source Code ]
Title: Message Blinker Contributor: Vasile Barsan Contributor URL: http://members.rogers.com/bazil/ Details: 4.27 KB * Uploaded August 7 2003 Description: The script blinks any message. It features configurable speed, pause, size, background. Cross-browser: NS4+, NS6+, IE4+, Mozilla and Opera 7+. [ Get Source Code ]
Title: Minimum Font Size Contributor: Dave Child Contributor URL: http://www.ilovejackdaniels.com/ Date Uploaded: June 19, 2006 Description: Many users have their default font size set very low in their browsers. If you are using relative font sizes on your Web site, this script will resize those user's fonts to something more appropriate. [ Get Source Code ]
Title: myRainbowSpan Contributor: HaganeNoKokoro Contributor URL: http://tinyurl.com/buvp9 Details: 4.85 KB * Uploaded August 17 2005 Description: This script creates a rainbow of color in your text. Very appealing when used sparingly. Heavily commented. [ Get Source Code ]
Title: Multiple Message Scroller Contributor: Vasile Birsan (v.birsan@home.com) Contributor URL: http://members.home.net/v.birsan/ Details: 5.31 KB * Uploaded September 21 2001 Description: This scroller supports both text and images. Size and speed are adjustable. It works with multiple messages and allows for hyperlinks to distinct URLs. Cool! [ Get Source Code ]
Title: Neon Lights Text Contributor: JavaScript Kit Contributor URL: http://javascriptkit.com Details: 1.72 KB * Uploaded October 5 2004 Description: Neon lights are an effective way in which to draw attention to signs and banners on the street, and now, to your webpage text as well! [ Get Source Code ]
Title: News Scroller Contributor: Dion (yobo42@hotmail.com) Contributor URL: http://www.iinet.net.au/~biab/ Details: 2.71 KB * Uploaded October 26 1999 Description: Scrolling words along the bottom of the page is cool and all, but this one takes the cake.... You can scroll text, links, images, buttons, basically anything you want, in a little news like box on your site. And, you can have as many 'messages' as you want. Amazing! [ Get Source Code ]
Title: NewsScroller Contributor: Robert Suppenbach Contributor URL: http://webdevel.deezhosts.net/newsscroller.htm Details: 6.79 KB * Uploaded October 17 2005 Description: A pausing news scroller. Easy to implement, highly configurable, and hyperlink capable. [ Get Source Code ]
Title: Phone-In Contributor: Contributor URL: http://www.mf2fm.co.uk/rv/ Details: 2.23 KB * Uploaded May 4 2005 Description: Highlight the text on your Web page one character at a time. Subtle but effective. [ Get Source Code ]
Title: Please Wait Message Contributor: Joseph McLaughlin (joe.mclaughlin@comcast.net) Contributor URL: http://solutionenterprises.com Details: 2.42 KB * Uploaded September 15 2003 Description: Use this little script to surround a complex function that takes some time to complete. [ Get Source Code ]
Title: Print Line Contributor: Ilya Gerasimenko (mail@igstudio.info) Contributor URL: http://www.igstudio.info Details: 1.89 KB * Uploaded September 25 2003 Description: This short script takes a line of text, and prints it on your page using a set of custom images, one for each letter. The images are provided for all alphanumeric characters, period, comma, exclamation sign, and apostrophe. [ Get Source Code ]
Title: Shadow Gradient Script Contributor: Michael Burt Contributor URL: http://galaxydefense.ga.funpic.org/ Date Uploaded: January 19, 2007 Description: Add a shaded border effect to any valid HTML tag. You can edit the depth, the opacity, and the color of the shadow.
Title: Simple Encoder-Decoder Contributor: Kaushal K. Prasad (mekaushal@yahoo.com) Contributor URL: http://www.geocities.com/mekaushal/ Details: 4.21 KB * Uploaded July 29 2005 Description: This is a simple message encoding script. You can encode your message and send it to a friend. He can then decode it using this script. You can also use the script to encrypt your text files. Numbers and special characters are not allowed. [ Get Source Code ]
Title: So-Ticker Contributor: Steve Chipman Contributor URL: http://slayeroffice.com/ Date Uploaded: June 25, 2008 Description: This script creates a ticker by parsing existing semantic markup. Easy to set-up.
Title: Status Bar Scroller Details: 2.70 KB * Uploaded June 15 2004 Description: This little snippet adds a welcome message and todays time and date scrolling in the status bar. A nice effect to add to your site. [ Get Source Code ]
Title: Sticky Note Script Contributor: Team DynamicDrive Contributor URL: http://www.dynamicdrive.com Details: 5.60 KB * Uploaded March 10 2004 Description: Sticky Note is an attractive DHTML script that pops up at the center of the page to display anything you choose. [ Get Source Code ]
Title: Reverse Text Wizard Contributor: David Hansen (b.o.b@compswizard.com) Contributor URL: http://www.compswizard.com Details: 1.90 KB * Uploaded May 18 2004 Description: Some languages are written from right to left. This script takes the input from the users entry field and simulates typing from right to left. [ Get Source Code ]
Title: TextChat v1.2 Contributor: Jericho Mejia (cirej_jem@@yahoo.com) Details: 1.79 KB * Uploaded November 6 2003 Description: TextChat is an input/output script. It prompts you for your name and allows you to type a message. [ Get Source Code ]
Title: Text Excerpts Contributor: Timothy Groves Contributor URL: http://www.brandspankingnew.net/ Date Uploaded: June 28, 2006 Description: Excerpts (or teaser boxes) from longer texts can help the user when scanning and serve to highlight key points or quotes. This script automatically generated excerpts using JavaScript, CSS, and the DOM. It degrades gracefully. [ Get Source Code ]
Title: Train Station Text Contributor: Ben Joffe Contributor URL: http://www.joffe.tk/ Details: 1.45 KB * Uploaded January 29, 2004 Description: This text has each letter scroll through the alphabet until it comes across the correct letter just like the way the messages at train stations change. [ Get Source Code ]
Title: Type Text Contributor: Ilya Gerasimenko Contributor URL: http://www.gerasimenko.com Date Uploaded: January 28, 2008 Description: Use this script to spell out a string of text, letter by letter. You can add to existing text, or replace it completely. You can even use it to repeat text, if you like. Easy to implement.
Title: Vertical Marquee Contributor: Mike Hudson Contributor URL: http://www.afrozeus.com Date Uploaded: May 22, 2006 Description: Text scrolls from bottom to top, pauses, then scrolls up and out of view. A link can be added, opening in a new window. Configuration is simple. [ Get Source Code ]
Title: Wisdom Factory Contributor: Alexander Young Contributor URL: http://angeltowns.com/members/monkeyninjas/ Details: 2.05 KB * Uploaded December 12 2003 Description: This script is a text box, with different words/phrases brought up from an array! This can also be used with the setTimeOut method. [ Get Source Code ]
Title: Zoom Text Contributor: Vic Phillips Contributor URL: http://www.vicsjavascripts.org.uk Date Uploaded: June 2, 2006 Description: Increase the font size of any section of text. Very easy to set-up and use. Eliminates extra style sheets. [ Get Source Code ]
Jupitermedia's Database Journal offers SQL courses and other database related resources for beginner to expert developers.
|
|