Two codes are said to work with the 2.6 upgrade, one of which, involving an "object" tag, will work with the present WebTV 2.5 and 2.5.5 configurations. There are two of these and both are given here. Any one code is placed directly in the Signature box. The short version is said to be slightly less reliable than the long version.
JavaScript "Bug Killer" (By Wes Reins)
JavaScript "Bug Killer" codes are unabled by WNI soon after they are found. Such a code is intended to reload the page whenever the "bug bites". It is placed in the body section after the page title where a "Bug Alert" is situated. This is the most recent attempt used by Minimoo. Server Side Include (SSI) must be enabled on the server where the page is located.
Scrapbook Uploader
Image W x H Analyzer (ArtC's modified Hyest script)
For proper use, count the number of images on the page, starting with 0, that appear before use of this code. If none, make ## in the code 0. Otherwise, add 1 and use that value.
Page and Link Colors
Scrolling Text on Page
This scrolls text on a page only from the bottom to the top. Making values of dif lower or higher than 10, but not negative, can control the speed. Increasing the value 250 (which is in msec) in setTimeout will also slow the speed (1 sec=1000 msec),
Scrolling Status Bar Message
Rotating Banner
Change nsec=3 to change the number of seconds to show a banner. Make sure the 1st banner URL in the Array is the same as the URL in the img tag.. Add or delete URLs as desired, taking care that they are entered between quotes and are separated by a comma as is shown.
Auto-Redirect Drop-Down
Random Midi
Add or delete URLs taking care that each is within quotes and they are separated by a comma, with no other spaces.
Local Time in Status Bar (By TCTech)
Countdown to a Day
Change the date for Christmas to the date desired. Careful if the count is for other than the current year. Follow comment on code if so. Modify font size or color as desired.
Form Button Word Change
May be used in input type=button, submit, or reset form tags.
Image Mouseover Link (Preloaded)
Name images as .NAME_on.gif for mouse on image and .NAME.gif for mouse off image. Replicate the preload code but changing only the number 1 and NAME for each additional mouseover. Replace the relative URLs with full URLs if desired. The image tag will access the appropriate Mouseover according to NAME in the onMouseover and onMouseout attribute. There must be a link to come to or go from to see the effect.
Sound Mouseover Link (Preloaded)
Two alternatives are given in the code. Note: Each new pair of sounds will require a pair of preload embeds and a pair of on-off functions.
Supply text/image or use a form button. Note: Does not replace cmd-r for the WebTV JavaScript "Bug".
Back a Page
Supply text/image or use a form button.
Basic HTML/JS Test Bed (Script by RWedge)
Typewriter or Marquee Effect
Two effects, typewriter text or marquee text, can be obtained. To have a typewriter effect set go="" (note - no space in "") and make use of a textarea field; for the marquee-like effect set go=" " (note - space in " ") and make use of an input-text field. Take care with the latter. The marquee effect, going right-to-left, upon reaching the end of the input-text field will end the typewriter effect going left-to-right unless the message length is carefully chosen to match the size of the text field.
Multiple Songs on Page
Time in setTimeout is in millisec (1 sec = 1000 sec). Add the time to play to the time for all songs previous.
On/Off Radio/Checkbox Button Switch
A WebTV Only Button. Switch "on" variable value is "0" (swich=0); switch "off" the value is "1". Without the on/off attributes the code is the same as for radio buttons.
Password (Low Security)
Place yourPassword between the quotes as shown. Low security as on sourcing the viewer can get the password.
Hello & Good-Bye Page Pop-Ups
Keyboard "Find" Window Message
"Implant" a message in the pop-up gained on hitting the Find key on the keyboard. The message remains though having left the site, and is not lost until deleted or powering off.
Sort/Alphabetize Routine
Enter list separating each item with a space.
Vertical or Horizontal Lines (CSS) (By R_Endymion)
This code gives a vertical white line beginning 120px from the top of the screen and 130px from the left of the screen. The line is 2px wide and 200px high. Reverse to get a horizontal line.
Scroll Anything Vertically/Horizontally
Place anything here (whole page, text, or image)
DHTML "Peek-a-Boo" Window
Now you see it, now you don't window. Before or after the body tag, name a window and position it using a style tag. Then, make a navigation link to open the "peek-a-boo" window (or to close it). At the end of the page, place between "div" tags, the beginning one having the same name as the style tag that positioned it, what is to be displayed in the window coding as it would be on a page. JavaScript code may be placed either within the head of the page for the window or within the window itself. With more than one window, use different z-indices for each, e.g., 1, 2, etc. This stacks each one-behind-the other, lowest values first. The .focus brings it to the top, and the .blur() returns it to its place. Try it and think of the possibilities
Place anchor links or form buttons sequentially in the division section. The menu is generated by an onClick which calls a JavaScript function. Tables, "regular" or gradcolor, make up the "jump-box" links.