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

Web Development

 
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 
AnswerRe: Javascript - text input Pin
alex.barylski26-Jun-06 16:09
alex.barylski26-Jun-06 16:09 
Well sorta...but not like you would in SDK...

You could in javascript, concatenate current text with the simulated character...

document.forms.myform.myinput.value+="a"

Something like that...as far as emulating an actual keystroke or sending a WM_KEYDOWN message to the window...I don't think so...

As for your other question...

Yes, Javascript has a click()

Something like:

document.forms.myform.mybutton.click()

This I eblieve fires the onclick handler for the given element

You could also submit a form using:

document.forms.myform.mybutton.submit()

This I believe fires the onsubmit() and sends the FORM to the URL set in the action attribute...

This code isn't tested and may be off (missing objects, etc) but you get the idea... Smile | :)

Cheers Smile | :)

It's frustrating being a genius and living the life of a moron!!!
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 
Questionanyway to add separate header,footer beside using include? Pin
campbells24-Jun-06 5:09
campbells24-Jun-06 5:09 

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.