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

Web Development

 
GeneralRe: Why use CAB-files? Pin
Jörgen Sigvardsson28-Dec-03 0:43
Jörgen Sigvardsson28-Dec-03 0:43 
GeneralRe: Why use CAB-files? in SWE Pin
anderslundsgard30-Dec-03 7:42
anderslundsgard30-Dec-03 7:42 
GeneralGrrr.. Tables and Images Pin
MKlucher17-Dec-03 10:47
MKlucher17-Dec-03 10:47 
GeneralRe: Grrr.. Tables and Images Pin
Ray Cassick17-Dec-03 11:14
Ray Cassick17-Dec-03 11:14 
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 
I have a table in html file and table has few columns and rows. There is a text in each cell. When user double clicks it, it selects the text. I want to disable that function. I created my own DblClick function, but I was unable to stop double click and it select the text.
My function is something likes this.

function OnDblClick()
{
return;
}

And sometimes I want to fire ondblclick event to select the text.

var CurrentCell = document.getElementById(id);
CurrentCell.fireEvent("ondblclick");

It also does not work. Any clues? Thanks in advance.


Agha Khan
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 
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 

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.