HTML TEXT SCRIPT HOME
 
 
PERSONAL DOCUMENT
INTRODUCTION
  MAIN PAGE
CURRICULUM VITAE
  CV ENGLISH
PORTFOLIO
  MY PORTFOLIO

MAIL ME



HTML Text Script

 
Active Scroll
This script creates a scroller inside a text box that can actually be clicked on as a link.
 
<!-- START OF SCRIPT -->
<SCRIPT LANGUAGE="JavaScript">

//text to be shown
var mensaje=" *** Click here (yes, HERE) to return to the Text scripts home page. ***";

//substring to be shown
var ancho=50;

//scrolling message routine
function desliza(){
document.forms[0].panel.value=mensaje.substring(0,ancho);
mensaje+=mensaje.substring(0,1);
mensaje=mensaje.substring(1,mensaje.length);
setTimeout("desliza()",200);
}

function goTo(newUrl) {
self.location.href=newUrl;
}

</SCRIPT>
<CENTER>
<FORM>
<INPUT TYPE="text" NAME="panel" VALUE="" SIZE="50" onFocus="blur(); goTo('index.shtml');">
</FORM>
</CENTER>
<!-- END OF SCRIPT -->
 
Animated Scroller
Animates the text in the status bar.
 
<!-- START OF SCRIPT -->
<script language="JavaScript">
<!--
var hellotext="What do you think of this?"
var thetext=""
var started=false
var step=0
var times=1

function welcometext()
{
times--
if (times==0)
{
if (started==false)
{
started = true;
window.status = hellotext;
setTimeout("anim()",1);
}
thetext = hellotext;
}
}
function showstatustext(txt)
{
thetext = txt;
setTimeout("welcometext()",4000)
times++
}
function anim()
{
step++
if (step==7) {step=1}
if (step==1) {window.status='>==='+thetext+'===<'}
if (step==2) {window.status='=>=='+thetext+'==<='}
if (step==3) {window.status='>=>='+thetext+'=<=<'}
if (step==4) {window.status='=>=>'+thetext+'<=<='}
if (step==5) {window.status='==>='+thetext+'=<=='}
if (step==6) {window.status='===>'+thetext+'<==='}
setTimeout("anim()",200);
}
// -->
</script>

</HEAD>
<BODY onLoad="welcometext()">
<!-- END OF SCRIPT -->
 
 

 

 

DOWNLOAD
FILE (PDF)

 

 

 

: "dikutip dari berbagai sumber."


RESOURCES
FREEWARE
  Change Type 1.0
Clear Template 1.0
Cryptext 3.3
HJ Split 2.2
TweakUI W98
Winamp 5.02
SHAREWARE
  Linguist 1.0
Picaview 1.31
SafeClean 3.02
Winhex 10.54
Winrar 3.11
Winzip 9.0

TUTORIAL
PAINT SHOP PRO 7
  Installing
Customizing
Paint Tools
Draw Tools
Preset Shape Tools
Image Menu
Picture Frames
Effects Menu
HTML SCRIPT
  Text
Button
Color
Menu
Image
Background
Clocks
Cookie
ASP SAMPLES
  Date and Time
Instructions
Variables dan Form
Array
Folder dan Files
Database
Random Number
Cookie

MAIL RESOURCES
MAIL TUTORIAL

© Copyright 2003 - 2004, Nikofantacy. All rights reserved.