Click here to Skip to main content
15,922,427 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: Grrr.. Tables and Images Pin
MKlucher17-Dec-03 11:21
MKlucher17-Dec-03 11:21 
GeneralRe: Grrr.. Tables and Images Pin
ZoogieZork17-Dec-03 14:19
ZoogieZork17-Dec-03 14:19 
GeneralRe: Grrr.. Tables and Images Pin
MKlucher17-Dec-03 14:55
MKlucher17-Dec-03 14:55 
GeneralDisable DblClick Pin
Member 61706716-Dec-03 13:45
Member 61706716-Dec-03 13:45 
GeneralRe: Disable DblClick Pin
ZoogieZork16-Dec-03 16:24
ZoogieZork16-Dec-03 16:24 
GeneralRe: Disable DblClick Pin
Member 61706717-Dec-03 6:50
Member 61706717-Dec-03 6:50 
GeneralRe: Disable DblClick Pin
l a u r e n25-Dec-03 13:56
l a u r e n25-Dec-03 13:56 
GeneralRe: Disable DblClick Pin
Member 61706729-Dec-03 7:54
Member 61706729-Dec-03 7:54 
It is true that I am talking about javascript in the html page.

Perhaps you have noticed the system process the default implementation first and then returns control to your custom functions. Take this example

function OnDblClick()
{
alert("Hello");
return false;
}

Before displaying the Hello it already selected the text. So returning false or true has no effect. There must be another way. Still I do not know.

Thank you very much for your reply.

GeneralDOM and getElementById Pin
FruitBatInShades16-Dec-03 9:36
FruitBatInShades16-Dec-03 9:36 
GeneralRe: DOM and getElementById Pin
Not Active17-Dec-03 3:09
mentorNot Active17-Dec-03 3:09 
GeneralRe: DOM and getElementById Pin
FruitBatInShades23-Dec-03 1:44
FruitBatInShades23-Dec-03 1:44 
GeneralRe: DOM and getElementById Pin
FruitBatInShades23-Dec-03 2:03
FruitBatInShades23-Dec-03 2:03 
GeneralASP - Stored Procedure question Pin
theJazzyBrain16-Dec-03 0:07
theJazzyBrain16-Dec-03 0:07 
GeneralRe: ASP - Stored Procedure question Pin
henningbenk16-Dec-03 21:24
professionalhenningbenk16-Dec-03 21:24 
GeneralRe: ASP - Stored Procedure question Pin
theJazzyBrain17-Dec-03 5:14
theJazzyBrain17-Dec-03 5:14 
GeneralRe: ASP - Stored Procedure question Pin
OMalleyW18-Dec-03 9:41
OMalleyW18-Dec-03 9:41 
GeneralRe: ASP - Stored Procedure question Pin
theJazzyBrain18-Dec-03 21:14
theJazzyBrain18-Dec-03 21:14 
Generalget html source code of google page Pin
Member 76954215-Dec-03 19:06
Member 76954215-Dec-03 19:06 
GeneralSelecting many files to upload Pin
Rostrox15-Dec-03 17:31
Rostrox15-Dec-03 17:31 
GeneralRe: Selecting many files to upload Pin
l a u r e n25-Dec-03 13:58
l a u r e n25-Dec-03 13:58 
GeneralControl for FileDialog Pin
Rostrox15-Dec-03 17:20
Rostrox15-Dec-03 17:20 
GeneralPleeeaasse... ASAP Pin
The_Server15-Dec-03 12:37
The_Server15-Dec-03 12:37 
GeneralRe: Pleeeaasse... ASAP Pin
l a u r e n25-Dec-03 13:59
l a u r e n25-Dec-03 13:59 
GeneralRe: Pleeeaasse... ASAP Pin
The_Server26-Dec-03 0:34
The_Server26-Dec-03 0:34 
Generalwhatta i do with this ole box... Pin
stephen.hazel15-Dec-03 8:45
stephen.hazel15-Dec-03 8:45 

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.