Click here to Skip to main content
15,900,907 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: how to export data from ASP page to DOC Pin
badgrs8-Mar-07 23:02
badgrs8-Mar-07 23:02 
QuestionCalculate Age from today's Date Using JavaScript Pin
varshavmane7-Mar-07 22:01
varshavmane7-Mar-07 22:01 
GeneralRe: Calculate Age from today's Date Using JavaScript Pin
Shog98-Mar-07 4:52
sitebuilderShog98-Mar-07 4:52 
GeneralRe: Calculate Age from today's Date Using JavaScript Pin
Bradml8-Mar-07 21:56
Bradml8-Mar-07 21:56 
AnswerRe: Calculate Age from today's Date Using JavaScript Pin
Harini N K8-Mar-07 23:40
Harini N K8-Mar-07 23:40 
QuestionPlease Help me To Solve this Problem in asp.net with C# Pin
Member 39004967-Mar-07 20:18
Member 39004967-Mar-07 20:18 
AnswerRe: Please Help me To Solve this Problem in asp.net with C# Pin
Colin Angus Mackay7-Mar-07 21:02
Colin Angus Mackay7-Mar-07 21:02 
QuestionFile function with ftp Pin
hiral_shah7-Mar-07 18:04
hiral_shah7-Mar-07 18:04 
AnswerRe: File function with ftp Pin
Bradml7-Mar-07 20:51
Bradml7-Mar-07 20:51 
GeneralRe: File function with ftp Pin
hiral_shah7-Mar-07 21:11
hiral_shah7-Mar-07 21:11 
GeneralRe: File function with ftp Pin
Bradml7-Mar-07 21:13
Bradml7-Mar-07 21:13 
GeneralRe: File function with ftp Pin
hiral_shah7-Mar-07 21:16
hiral_shah7-Mar-07 21:16 
GeneralRe: File function with ftp [modified] Pin
Bradml7-Mar-07 21:30
Bradml7-Mar-07 21:30 
GeneralonKey Up/Down/Press Pin
V.7-Mar-07 2:02
professionalV.7-Mar-07 2:02 
GeneralRe: onKey Up/Down/Press Pin
kubben7-Mar-07 2:24
kubben7-Mar-07 2:24 
GeneralRe: onKey Up/Down/Press Pin
V.7-Mar-07 2:30
professionalV.7-Mar-07 2:30 
GeneralRe: onKey Up/Down/Press Pin
V.8-Mar-07 20:12
professionalV.8-Mar-07 20:12 
GeneralRe: onKey Up/Down/Press Pin
Shog97-Mar-07 7:50
sitebuilderShog97-Mar-07 7:50 
GeneralRe: onKey Up/Down/Press Pin
V.8-Mar-07 3:21
professionalV.8-Mar-07 3:21 
GeneralRe: onKey Up/Down/Press Pin
badgrs8-Mar-07 4:23
badgrs8-Mar-07 4:23 
GeneralRe: onKey Up/Down/Press Pin
V.8-Mar-07 5:07
professionalV.8-Mar-07 5:07 
I'm not sure if I may.
If it is any help, my first statement is debugger which fires when I use the onchange event, but not when I use the other ones...

these are the first lines:
function OnTextbox_Changed(page, id){
	debugger
	var txtboxid = page+id;
	document.getElementById(id).value = document.getElementById(id).value.toUpperCase();		//convert the field to uppercase...
	switch(txtboxid){

//continues here.

}


note that this works perfectly when using the onchange method !

anyway thanks for the effort in any case !

V.

Stop smoking so you can: Enjoy longer the money you save.
Moviereview Archive

GeneralRe: onKey Up/Down/Press Pin
V.8-Mar-07 20:11
professionalV.8-Mar-07 20:11 
GeneralRe: onKey Up/Down/Press Pin
Shog98-Mar-07 4:50
sitebuilderShog98-Mar-07 4:50 
GeneralRe: onKey Up/Down/Press Pin
V.8-Mar-07 4:58
professionalV.8-Mar-07 4:58 
GeneralRe: onKey Up/Down/Press Pin
V.8-Mar-07 20:11
professionalV.8-Mar-07 20:11 

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.