Click here to Skip to main content
15,887,135 members
Home / Discussions / JavaScript
   

JavaScript

 
AnswerRe: embed javascript code in c# Pin
ZurdoDev25-May-12 8:59
professionalZurdoDev25-May-12 8:59 
GeneralRe: embed javascript code in c# Pin
mrx10026-May-12 4:33
mrx10026-May-12 4:33 
Questionis javascript enabled Pin
Member 890934530-Apr-12 17:40
Member 890934530-Apr-12 17:40 
AnswerRe: is javascript enabled Pin
Richard MacCutchan30-Apr-12 23:21
mveRichard MacCutchan30-Apr-12 23:21 
AnswerRe: is javascript enabled Pin
Abhinav S1-May-12 0:13
Abhinav S1-May-12 0:13 
AnswerRe: is javascript enabled Pin
ZurdoDev1-May-12 2:43
professionalZurdoDev1-May-12 2:43 
GeneralRe: is javascript enabled Pin
Pete O'Hanlon1-May-12 3:55
mvePete O'Hanlon1-May-12 3:55 
JokeRe: is javascript enabled Pin
ZurdoDev1-May-12 4:15
professionalZurdoDev1-May-12 4:15 
Yes, I believe the following is somewhere in the core libraries.

JavaScript
function isJavaScriptEnabled()
{
     return new Date().getDay() == 0
}

There are only 10 types of people in the world, those who understand binary and those who don't.

Questionjavascript doesn't work with FORM tag Pin
williamroma29-Apr-12 9:21
williamroma29-Apr-12 9:21 
AnswerRe: javascript doesn't work with FORM tag Pin
Richard MacCutchan29-Apr-12 23:06
mveRichard MacCutchan29-Apr-12 23:06 
AnswerRe: javascript doesn't work with FORM tag Pin
ZurdoDev30-Apr-12 9:18
professionalZurdoDev30-Apr-12 9:18 
GeneralRe: javascript doesn't work with FORM tag Pin
Peter_in_278030-Apr-12 18:18
professionalPeter_in_278030-Apr-12 18:18 
GeneralRe: javascript doesn't work with FORM tag Pin
ZurdoDev1-May-12 1:55
professionalZurdoDev1-May-12 1:55 
GeneralRe: javascript doesn't work with FORM tag Pin
williamroma2-May-12 1:43
williamroma2-May-12 1:43 
AnswerRe: javascript doesn't work with FORM tag Pin
Peter_in_27802-May-12 12:49
professionalPeter_in_27802-May-12 12:49 
GeneralRe: javascript doesn't work with FORM tag Pin
BobJanova3-May-12 0:55
BobJanova3-May-12 0:55 
GeneralRe: javascript doesn't work with FORM tag Pin
williamroma2-May-12 1:44
williamroma2-May-12 1:44 
AnswerRe: javascript doesn't work with FORM tag Pin
Peter_in_27802-May-12 12:53
professionalPeter_in_27802-May-12 12:53 
QuestionJquery Notification Navigation Pin
Billa223-Apr-12 16:31
Billa223-Apr-12 16:31 
AnswerRe: Jquery Notification Navigation Pin
ZurdoDev25-May-12 9:00
professionalZurdoDev25-May-12 9:00 
Questiongenerated HTML calling javascript functions Pin
KingDidd20-Apr-12 8:01
KingDidd20-Apr-12 8:01 
AnswerRe: generated HTML calling javascript functions Pin
Benaiah Mischenko24-Apr-12 23:26
Benaiah Mischenko24-Apr-12 23:26 
QuestionComet hints Pin
mehrdadc4817-Apr-12 21:11
mehrdadc4817-Apr-12 21:11 
QuestionCode does't work on a MVC partial view rendering Pin
Kenneth McCoy11-Apr-12 7:36
professionalKenneth McCoy11-Apr-12 7:36 
AnswerRe: Code does't work on a MVC partial view rendering Pin
Kenneth McCoy12-Apr-12 6:46
professionalKenneth McCoy12-Apr-12 6:46 

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.