Click here to Skip to main content
15,949,686 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: File access problems with C# Web Service Pin
Edbert P26-Jun-06 15:51
Edbert P26-Jun-06 15:51 
GeneralRe: File access problems with C# Web Service Pin
sergestusxx27-Jun-06 6:24
sergestusxx27-Jun-06 6:24 
GeneralRe: File access problems with C# Web Service Pin
Edbert P27-Jun-06 16:06
Edbert P27-Jun-06 16:06 
GeneralRe: File access problems with C# Web Service Pin
sergestusxx27-Jun-06 22:06
sergestusxx27-Jun-06 22:06 
GeneralRe: File access problems with C# Web Service Pin
Edbert P28-Jun-06 13:10
Edbert P28-Jun-06 13:10 
GeneralRe: File access problems with C# Web Service Pin
sergestusxx28-Jun-06 21:32
sergestusxx28-Jun-06 21:32 
QuestionJavascript - text input Pin
#realJSOP26-Jun-06 8:31
professional#realJSOP26-Jun-06 8:31 
AnswerRe: Javascript - text input Pin
Edbert P26-Jun-06 16:07
Edbert P26-Jun-06 16:07 
It is possible to simulate text input using Javascript.
You can use setTimeout('functionName()', timeInMillisecond); to introduce a delay in entering the text (call the function to write the text in a letter-by-letter basis, use counter).
To raise a button click event, you can use document.getElementById('buttonId').click();

If what you meant is to move the mouse cursor around then I don't think it can be done.

"Democracy is two wolves and a sheep voting on what to have for dinner" - Ross

Edbert
Sydney, Australia
AnswerRe: Javascript - text input Pin
alex.barylski26-Jun-06 16:09
alex.barylski26-Jun-06 16:09 
AnswerRe: Javascript - text input Pin
Guffa27-Jun-06 7:27
Guffa27-Jun-06 7:27 
QuestionWebService access permissions Pin
Gilad Kapelushnik26-Jun-06 2:54
Gilad Kapelushnik26-Jun-06 2:54 
AnswerRe: WebService access permissions Pin
Reza Raad28-Jun-06 0:53
Reza Raad28-Jun-06 0:53 
GeneralRe: WebService access permissions Pin
Gilad Kapelushnik28-Jun-06 4:34
Gilad Kapelushnik28-Jun-06 4:34 
QuestionRoute Pin
Criolit26-Jun-06 1:15
Criolit26-Jun-06 1:15 
QuestionApplication Center [modified] Pin
Kanjinghat25-Jun-06 22:07
Kanjinghat25-Jun-06 22:07 
Questioncalling a .NET function within a javascript function Pin
tprashanth25-Jun-06 20:59
tprashanth25-Jun-06 20:59 
AnswerRe: calling a .NET function within a javascript function Pin
ketankumar27-Jun-06 23:24
ketankumar27-Jun-06 23:24 
GeneralRe: calling a .NET function within a javascript function Pin
RichardGrimmer4-Jul-06 2:45
RichardGrimmer4-Jul-06 2:45 
Questionconversion web table to dataset Pin
kashoo1234525-Jun-06 13:55
kashoo1234525-Jun-06 13:55 
QuestionHow is embedding a .swf file in web page? Pin
coolshad25-Jun-06 6:29
coolshad25-Jun-06 6:29 
GeneralRe: How is embedding a .swf file in web page? Pin
Guffa25-Jun-06 9:47
Guffa25-Jun-06 9:47 
AnswerRe: How is embedding a .swf file in web page? Pin
never-online28-Jun-06 8:11
never-online28-Jun-06 8:11 
QuestionStarter Kits Pin
Tiger45625-Jun-06 3:58
Tiger45625-Jun-06 3:58 
Questionprint Pin
militiaware25-Jun-06 3:26
militiaware25-Jun-06 3:26 
AnswerRe: print Pin
idreesbadshah26-Jun-06 2:22
idreesbadshah26-Jun-06 2:22 

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.