Click here to Skip to main content
15,909,440 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionjavascrpt keypress probelm ie7 Pin
vnsraj9-Oct-09 1:38
vnsraj9-Oct-09 1:38 
Questiononline user Pin
dominic kMalisa9-Oct-09 1:17
dominic kMalisa9-Oct-09 1:17 
AnswerRe: online user Pin
sashidhar9-Oct-09 1:20
sashidhar9-Oct-09 1:20 
QuestionMessagebox Pin
dominic kMalisa9-Oct-09 1:11
dominic kMalisa9-Oct-09 1:11 
AnswerRe: Messagebox Pin
dan!sh 9-Oct-09 1:14
professional dan!sh 9-Oct-09 1:14 
AnswerRe: Messagebox Pin
CoderOnline9-Oct-09 1:16
CoderOnline9-Oct-09 1:16 
AnswerRe: Messagebox Pin
Abhijit Jana9-Oct-09 9:13
professionalAbhijit Jana9-Oct-09 9:13 
QuestionJavascript onkeypress called twice in IE7 Pin
vnsraj9-Oct-09 1:03
vnsraj9-Oct-09 1:03 
Hi All,

I need your help.

I developed a mobile web page for pda in asp.net 2.0. From the page user enter the 10 digit barcode number
and get the result.

My problem is that I am doing auto submit process or OnKeyPress function. When user enter 10 digit number then my JavaScript function called button click event. But its called twice in IE7, its working fine in firefox.

Problem is in IE7 browser. My JavaScript code given below.




function ScanTiket()
{
var val=document.getElementById('ctl00_tbBarCode').value;
if(val.length==10)
{
//alert(val.length);
var ele = document.getElementById('ctl00_btnGetRecords');
if ((ele !== null) && (ele != 'undefined'))
{
ele.click();
}
}
else
{

return false;
}
}



please help me out.

Thanks
Rajesh....
Questionsearching for httpwebrequest tutorial Pin
aamirzada8-Oct-09 23:22
aamirzada8-Oct-09 23:22 
AnswerRe: searching for httpwebrequest tutorial Pin
nagendrathecoder8-Oct-09 23:26
nagendrathecoder8-Oct-09 23:26 
AnswerRe: searching for httpwebrequest tutorial Pin
Richard MacCutchan9-Oct-09 1:34
mveRichard MacCutchan9-Oct-09 1:34 
QuestionBrowser is showing some characters along with the link Pin
Robymon8-Oct-09 22:52
Robymon8-Oct-09 22:52 
AnswerRe: Browser is showing some characters along with the link Pin
sashidhar8-Oct-09 23:21
sashidhar8-Oct-09 23:21 
GeneralRe: Browser is showing some characters along with the link Pin
Robymon8-Oct-09 23:27
Robymon8-Oct-09 23:27 
GeneralRe: Browser is showing some characters along with the link Pin
sashidhar8-Oct-09 23:30
sashidhar8-Oct-09 23:30 
QuestionFileUpload Control with Progressbar in Asp.net Pin
lrsalunkhe8-Oct-09 18:56
lrsalunkhe8-Oct-09 18:56 
AnswerRe: FileUpload Control with Progressbar in Asp.net Pin
janani138-Oct-09 18:58
janani138-Oct-09 18:58 
GeneralRe: FileUpload Control with Progressbar in Asp.net Pin
lrsalunkhe8-Oct-09 19:14
lrsalunkhe8-Oct-09 19:14 
GeneralRe: FileUpload Control with Progressbar in Asp.net Pin
sashidhar8-Oct-09 19:22
sashidhar8-Oct-09 19:22 
GeneralRe: FileUpload Control with Progressbar in Asp.net Pin
lrsalunkhe8-Oct-09 19:35
lrsalunkhe8-Oct-09 19:35 
GeneralRe: FileUpload Control with Progressbar in Asp.net Pin
sashidhar8-Oct-09 19:46
sashidhar8-Oct-09 19:46 
GeneralRe: FileUpload Control with Progressbar in Asp.net Pin
lrsalunkhe8-Oct-09 19:51
lrsalunkhe8-Oct-09 19:51 
GeneralRe: FileUpload Control with Progressbar in Asp.net Pin
sashidhar8-Oct-09 20:06
sashidhar8-Oct-09 20:06 
GeneralRe: FileUpload Control with Progressbar in Asp.net Pin
lrsalunkhe8-Oct-09 20:10
lrsalunkhe8-Oct-09 20:10 
GeneralRe: FileUpload Control with Progressbar in Asp.net Pin
sashidhar8-Oct-09 20:55
sashidhar8-Oct-09 20:55 

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.