Click here to Skip to main content
15,889,858 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Problems with ClientScript.RegisterStartupScript. Please help Pin
Brij21-Nov-08 4:57
mentorBrij21-Nov-08 4:57 
GeneralRe: Problems with ClientScript.RegisterStartupScript. Please help Pin
Gaurav Agrawal198422-Nov-08 19:57
Gaurav Agrawal198422-Nov-08 19:57 
AnswerRe: Problems with ClientScript.RegisterStartupScript. Please help Pin
Nishant Singh23-Nov-08 4:34
Nishant Singh23-Nov-08 4:34 
Questionreset button is getting fired 2nd time Pin
peter rankel21-Nov-08 2:45
peter rankel21-Nov-08 2:45 
AnswerRe: reset button is getting fired 2nd time Pin
Nishant Singh21-Nov-08 3:27
Nishant Singh21-Nov-08 3:27 
QuestionHow to integrate fax with my asp.net application Pin
shames(Sam)21-Nov-08 2:37
shames(Sam)21-Nov-08 2:37 
AnswerRe: How to integrate fax with my asp.net application Pin
Christian Graus21-Nov-08 8:48
protectorChristian Graus21-Nov-08 8:48 
QuestionJavaScript problem for IE 6.0 Pin
thomasa21-Nov-08 2:36
thomasa21-Nov-08 2:36 
I have a javascript on my page that handels onkey event:
function OnKeyPress(evt)
	{
if(this.GetKey(evt)==13)
		{		    
		    var txtCtrl=this.GetTextBoxCtrl();
		    var sBtnIDtoClick=txtCtrl.getAttribute('btnIDtoClick');
		    if(sBtnIDtoClick != "")
		    {
		        var btnControl = document.getElementById(sBtnIDtoClick);
		        btnControl.click();		        
		    }
		}
return true;
}


This works fine in Internet Explorer 7.0 but not for IE 6.0. (The problem is that the
btnControl.click();
is not fired)

All other JavaSripts works fine, like:
function OnKeyUp(evt)
	{
		var nKey;
		nKey=this.GetKey(evt);
		
		if ((nKey!=38) && (nKey!=40) && (nKey!=13))
		{
			var sNewValue;
			sNewValue=this.GetTextBoxValue();
}
}



Anyone know why?

Thanks
Thomas
AnswerRe: JavaScript problem for IE 6.0 Pin
Christian Graus21-Nov-08 8:49
protectorChristian Graus21-Nov-08 8:49 
QuestionDropdownlist problem Pin
Kissy1621-Nov-08 1:11
Kissy1621-Nov-08 1:11 
AnswerRe: Dropdownlist problem Pin
praveensri21-Nov-08 1:50
praveensri21-Nov-08 1:50 
AnswerRe: Dropdownlist problem Pin
Nishant Singh21-Nov-08 3:17
Nishant Singh21-Nov-08 3:17 
Questionimage drag and drop .Compose,crop,roteted, adjust on other image Pin
sanjay3021-Nov-08 1:01
sanjay3021-Nov-08 1:01 
AnswerRe: image drag and drop .Compose,crop,roteted, adjust on other image Pin
Christian Graus21-Nov-08 8:49
protectorChristian Graus21-Nov-08 8:49 
GeneralRe: image drag and drop .Compose,crop,roteted, adjust on other image Pin
sanjay301-Dec-08 22:01
sanjay301-Dec-08 22:01 
QuestionMenu Problem Pin
krishnaveer21-Nov-08 0:49
krishnaveer21-Nov-08 0:49 
AnswerRe: Menu Problem Pin
Christian Graus21-Nov-08 8:51
protectorChristian Graus21-Nov-08 8:51 
QuestionHow i upload a doc file and save it contents in database Pin
manish281021-Nov-08 0:36
manish281021-Nov-08 0:36 
AnswerRe: How i upload a doc file and save it contents in database Pin
Ashfield21-Nov-08 1:17
Ashfield21-Nov-08 1:17 
QuestionDescriptionUrl Pin
nicetohaveyou21-Nov-08 0:31
nicetohaveyou21-Nov-08 0:31 
AnswerRe: DescriptionUrl Pin
Nishant Singh21-Nov-08 3:05
Nishant Singh21-Nov-08 3:05 
Questiondatable & ajax Pin
Sebastian T Xavier21-Nov-08 0:05
Sebastian T Xavier21-Nov-08 0:05 
AnswerRe: datable & ajax Pin
Nishant Singh21-Nov-08 2:56
Nishant Singh21-Nov-08 2:56 
AnswerRe: datable & ajax Pin
Christian Graus21-Nov-08 8:52
protectorChristian Graus21-Nov-08 8:52 
QuestionAdding Tooltip to dropdownlist Pin
gomsvetri21-Nov-08 0:05
gomsvetri21-Nov-08 0:05 

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.