Click here to Skip to main content
15,886,110 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRichTextBox control and ASP Pin
maibuihuynhtg29-Nov-04 21:01
maibuihuynhtg29-Nov-04 21:01 
GeneralRe: RichTextBox control and ASP Pin
Sven Cipido29-Nov-04 23:52
Sven Cipido29-Nov-04 23:52 
GeneralU can help Pin
davilism29-Nov-04 19:22
davilism29-Nov-04 19:22 
GeneralRe: U can help Pin
aplope1-Dec-04 7:06
aplope1-Dec-04 7:06 
Generalquerying database with cookie values Pin
SkinnyLou29-Nov-04 11:30
SkinnyLou29-Nov-04 11:30 
GeneralWeb Service responce size Pin
Colin Mc29-Nov-04 3:36
Colin Mc29-Nov-04 3:36 
Generaljavascript typing effect Pin
rgoyal29-Nov-04 0:43
rgoyal29-Nov-04 0:43 
GeneralRe: javascript typing effect Pin
Sven Cipido30-Nov-04 0:11
Sven Cipido30-Nov-04 0:11 
Hi,

This is what you need to do :
function show()<br />
{<br />
var typeLength= str.length<br />
document.typewriterScreen.typepage.value= <br />
document.typewriterScreen.typepage.value + str.charAt(i)<br />
i++<br />
var timeID= setTimeout("show()",50)<br />
}

In my case typewritescreen is my form and typepage is my textarea. But you could use your document property.

What's happen is that the code var timeID= setTimeout("show()",50) sets a time out for the script of 50/1000 of a second before it runs through the function again.

Hopes this helps you out
GeneralRe: javascript typing effect Pin
rgoyal30-Nov-04 1:04
rgoyal30-Nov-04 1:04 
Generalftware trainee.how to start reading asp.net Pin
Member 154350728-Nov-04 23:04
Member 154350728-Nov-04 23:04 
Generalftp+php Pin
rgoyal28-Nov-04 21:30
rgoyal28-Nov-04 21:30 
GeneralRe: ftp+php Pin
raouls29-Nov-04 19:14
raouls29-Nov-04 19:14 
GeneralRe: ftp+php Pin
rgoyal30-Nov-04 1:09
rgoyal30-Nov-04 1:09 
GeneralRe: ftp+php Pin
raouls30-Nov-04 3:28
raouls30-Nov-04 3:28 
GeneralRe: ftp+php Pin
rgoyal6-Dec-04 23:05
rgoyal6-Dec-04 23:05 
GeneralRe: ftp+php Pin
raouls7-Dec-04 10:44
raouls7-Dec-04 10:44 
Generalabout layer of div Pin
zhanglei28-Nov-04 21:22
zhanglei28-Nov-04 21:22 
GeneralRe: about layer of div Pin
DavidNohejl30-Nov-04 22:22
DavidNohejl30-Nov-04 22:22 
QuestionWhat is the difference between the two? Pin
rgoyal28-Nov-04 18:02
rgoyal28-Nov-04 18:02 
AnswerRe: What is the difference between the two? Pin
JKroschel2-Dec-04 11:08
JKroschel2-Dec-04 11:08 
GeneralRe: What is the difference between the two? Pin
rgoyal2-Dec-04 18:09
rgoyal2-Dec-04 18:09 
GeneralForcing Page To Stay In ASP Pin
Bassam Abdul-Baki26-Nov-04 16:08
professionalBassam Abdul-Baki26-Nov-04 16:08 
GeneralRe: Forcing Page To Stay In ASP Pin
Sven Cipido29-Nov-04 22:54
Sven Cipido29-Nov-04 22:54 
GeneralRe: Forcing Page To Stay In ASP Pin
Bassam Abdul-Baki30-Nov-04 2:40
professionalBassam Abdul-Baki30-Nov-04 2:40 
GeneralUndo In Javascrip Pin
Hemant Mane26-Nov-04 3:19
Hemant Mane26-Nov-04 3:19 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.