Click here to Skip to main content
15,891,529 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: Design Pattern Pin
Vasudevan Deepak Kumar14-Mar-06 4:12
Vasudevan Deepak Kumar14-Mar-06 4:12 
AnswerRe: Design Pattern Pin
Aftar Khan14-Mar-06 20:59
Aftar Khan14-Mar-06 20:59 
GeneralRe: Design Pattern Pin
Johann Gerell21-Mar-06 1:02
Johann Gerell21-Mar-06 1:02 
QuestionAutomatic Letter generation Pin
Krish_Learner11-Mar-06 21:26
Krish_Learner11-Mar-06 21:26 
AnswerRe: Automatic Letter generation Pin
sgatto15911-Mar-06 21:44
sgatto15911-Mar-06 21:44 
GeneralRe: Automatic Letter generation Pin
Krish_Learner15-Mar-06 1:50
Krish_Learner15-Mar-06 1:50 
Questionsubstitute keycode Pin
omkar joshi11-Mar-06 0:31
omkar joshi11-Mar-06 0:31 
AnswerRe: substitute keycode Pin
Shog911-Mar-06 7:08
sitebuilderShog911-Mar-06 7:08 
omkar joshi wrote:
How can I modify a keycode in case of firefox?

I don't think you can, but you can create a custom key event and send that:
var newEvtObj = document.createEvent('KeyEvents');
newEvtObj.initKeyEvent( 'keyup', true, true, window, false, false, false, false, substitute_marathi(evtobj.keyCode), 0 );
textArea.dispatchEvent(newEvtObj);

You'll need to make sure you don't capture and re-send your custom event, of course.

Now taking suggestions for the next release of CPhog...

GeneralRe: substitute keycode Pin
omkar joshi11-Mar-06 22:39
omkar joshi11-Mar-06 22:39 
GeneralRe: substitute keycode Pin
Shog912-Mar-06 5:33
sitebuilderShog912-Mar-06 5:33 
QuestionJScript Pin
militiaware10-Mar-06 22:44
militiaware10-Mar-06 22:44 
AnswerRe: JScript Pin
Guffa10-Mar-06 22:58
Guffa10-Mar-06 22:58 
GeneralRe: JScript Pin
militiaware10-Mar-06 23:02
militiaware10-Mar-06 23:02 
AnswerRe: JScript Pin
Guffa11-Mar-06 0:27
Guffa11-Mar-06 0:27 
GeneralRe: JScript Pin
eggie514-Mar-06 8:23
eggie514-Mar-06 8:23 
AnswerRe: JScript Pin
Guffa14-Mar-06 9:01
Guffa14-Mar-06 9:01 
QuestionPassing text from winforms to third party html pages Pin
Hemachandran pozhichalur10-Mar-06 17:34
Hemachandran pozhichalur10-Mar-06 17:34 
AnswerRe: Passing text from winforms to third party html pages Pin
enjoycrack13-Mar-06 16:34
enjoycrack13-Mar-06 16:34 
GeneralPHP5 Pin
ravein773810-Mar-06 14:06
ravein773810-Mar-06 14:06 
GeneralRe: PHP5 Pin
Luis Alonso Ramos10-Mar-06 14:14
Luis Alonso Ramos10-Mar-06 14:14 
QuestionControlling CSS classes for different INPUT elements? Pin
mittalpa10-Mar-06 6:24
mittalpa10-Mar-06 6:24 
AnswerRe: Controlling CSS classes for different INPUT elements? Pin
Guffa10-Mar-06 11:04
Guffa10-Mar-06 11:04 
GeneralRe: Controlling CSS classes for different INPUT elements? Pin
mittalpa11-Mar-06 16:20
mittalpa11-Mar-06 16:20 
QuestionISAPI extension and GET data Pin
__makaveli__10-Mar-06 3:52
__makaveli__10-Mar-06 3:52 
Questionrunning DotNetNuke 3.1.1 on Windows 2003 Pin
psa200510-Mar-06 3:51
psa200510-Mar-06 3:51 

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.