Click here to Skip to main content
15,887,027 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: Change style based on device type Pin
Mundo Cani11-May-07 22:47
Mundo Cani11-May-07 22:47 
AnswerRe: Change style based on device type Pin
JimmyRopes12-May-07 7:45
professionalJimmyRopes12-May-07 7:45 
QuestionHyperlinkColumn! Pin
nclauder10-May-07 19:17
nclauder10-May-07 19:17 
AnswerRe: HyperlinkColumn! [modified] Pin
Panchal Hardik11-May-07 1:47
Panchal Hardik11-May-07 1:47 
QuestionTooltips Pin
Laing,James10-May-07 13:25
Laing,James10-May-07 13:25 
AnswerRe: Tooltips Pin
MatrixCoder10-May-07 16:09
MatrixCoder10-May-07 16:09 
GeneralRe: Tooltips Pin
Laing,James13-May-07 7:50
Laing,James13-May-07 7:50 
Questionjavascript for textbox that accept only numbers Pin
DineshSharmain10-May-07 1:35
DineshSharmain10-May-07 1:35 
hi i have writen javascript to accept only numbers for a textbox

function validate()
{
var e = window.event.keyCode;
if(!((e>=96 && e<=105)||(e>=48 && e<=57)))
return false;
}

i m calling this function on keyup event of textbox but problem is that after returning false it write the char in textbox.
how can i do that....

Thanks

Dinesh Sharma

AnswerRe: javascript for textbox that accept only numbers Pin
RichardGrimmer10-May-07 5:19
RichardGrimmer10-May-07 5:19 
GeneralRe: javascript for textbox that accept only numbers Pin
DineshSharmain10-May-07 19:05
DineshSharmain10-May-07 19:05 
GeneralRe: javascript for textbox that accept only numbers Pin
Christian Graus10-May-07 19:38
protectorChristian Graus10-May-07 19:38 
AnswerRe: javascript for textbox that accept only numbers Pin
krsasi11-May-07 1:29
krsasi11-May-07 1:29 
QuestionMIVA in ASP.Net VB Code Pin
hifiger20049-May-07 3:54
hifiger20049-May-07 3:54 
AnswerRe: MIVA in ASP.Net VB Code Pin
Christian Graus10-May-07 10:43
protectorChristian Graus10-May-07 10:43 
QuestionUsing JDBCDataGrid example and am trying to enable row selection Pin
tleyden@imagine.ie8-May-07 23:03
tleyden@imagine.ie8-May-07 23:03 
QuestionUser controls Pin
Ridge Howison8-May-07 11:33
Ridge Howison8-May-07 11:33 
AnswerRe: User controls Pin
Christian Graus8-May-07 18:17
protectorChristian Graus8-May-07 18:17 
QuestionUsing the SQLDataReader Pin
No-e8-May-07 6:01
No-e8-May-07 6:01 
AnswerRe: Using the SQLDataReader Pin
Fred_Smith8-May-07 7:31
Fred_Smith8-May-07 7:31 
GeneralRe: Using the SQLDataReader Pin
No-e8-May-07 7:37
No-e8-May-07 7:37 
GeneralRe: Using the SQLDataReader Pin
Fred_Smith8-May-07 8:24
Fred_Smith8-May-07 8:24 
QuestionReorder Items a Listbox Pin
ljuliuss8-May-07 5:59
ljuliuss8-May-07 5:59 
QuestionVBScript in an external file Pin
#realJSOP8-May-07 4:17
mve#realJSOP8-May-07 4:17 
AnswerRe: VBScript in an external file Pin
andyharman8-May-07 4:36
professionalandyharman8-May-07 4:36 
GeneralRe: VBScript in an external file Pin
#realJSOP8-May-07 4:56
mve#realJSOP8-May-07 4:56 

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.