Click here to Skip to main content
15,792,551 members
Home / Discussions / JavaScript
   

JavaScript

 
QuestionHow to display a Javascript alert and display a iframe using a javascript dynamic drop-down list Pin
codeguy13-Oct-19 20:14
codeguy13-Oct-19 20:14 
AnswerRe: How to display a Javascript alert and display a iframe using a javascript dynamic drop-down list Pin
ZurdoDev4-Oct-19 2:07
professionalZurdoDev4-Oct-19 2:07 
GeneralRe: How to display a Javascript alert and display a iframe using a javascript dynamic drop-down list Pin
codeguy14-Oct-19 20:42
codeguy14-Oct-19 20:42 
AnswerRe: How to display a Javascript alert and display a iframe using a javascript dynamic drop-down list Pin
ZurdoDev6-Oct-19 9:54
professionalZurdoDev6-Oct-19 9:54 
GeneralRe: How to display a Javascript alert and display a iframe using a javascript dynamic drop-down list Pin
codeguy16-Oct-19 17:00
codeguy16-Oct-19 17:00 
QuestionRe: How to display a Javascript alert and display a iframe using a javascript dynamic drop-down list Pin
ZurdoDev6-Oct-19 17:29
professionalZurdoDev6-Oct-19 17:29 
AnswerRe: How to display a Javascript alert and display a iframe using a javascript dynamic drop-down list Pin
codeguy16-Oct-19 17:47
codeguy16-Oct-19 17:47 
GeneralRe: How to display a Javascript alert and display a iframe using a javascript dynamic drop-down list Pin
phil.o6-Oct-19 22:39
professionalphil.o6-Oct-19 22:39 
codeguy1 wrote:
if('Varsity' == wrestlinglevel, 'Marc Hendricks' == wrestlername, '2013-2014' == year)

This does not work like that. You cannot separate several conditions with a comma like you did. You have to use logical operators[^] to specify several conditions for a single if statement.
Maybe your intent was:
JavaScript
if ('Varsity' == wrestlinglevel && 'Marc Hendricks' == wrestlername && '2013-2014' == year)

"Five fruits and vegetables a day? What a joke!
Personally, after the third watermelon, I'm full."

SuggestionRe: How to display a Javascript alert and display a iframe using a javascript dynamic drop-down list Pin
ZurdoDev7-Oct-19 1:56
professionalZurdoDev7-Oct-19 1:56 
QuestionDouble check if array.find result is not undefined and cancel exception, replace with "" Pin
jkirkerx2-Oct-19 11:33
professionaljkirkerx2-Oct-19 11:33 
AnswerRe: Double check if array.find result is not undefined and cancel exception, replace with "" Pin
jkirkerx2-Oct-19 11:40
professionaljkirkerx2-Oct-19 11:40 
QuestionNot sure where my mistake is. . . I want the two texts to turn blue and yellow. Pin
mattkrebs30-Sep-19 9:38
mattkrebs30-Sep-19 9:38 
AnswerRe: Not sure where my mistake is. . . I want the two texts to turn blue and yellow. Pin
Nathan Minier30-Sep-19 10:17
professionalNathan Minier30-Sep-19 10:17 
AnswerRe: Not sure where my mistake is. . . I want the two texts to turn blue and yellow. Pin
Richard Deeming30-Sep-19 11:05
mveRichard Deeming30-Sep-19 11:05 
QuestionImporting css classes into React Component Pin
simpledeveloper26-Sep-19 11:47
simpledeveloper26-Sep-19 11:47 
AnswerRe: Importing css classes into React Component Pin
Richard Deeming27-Sep-19 2:35
mveRichard Deeming27-Sep-19 2:35 
GeneralRe: Importing css classes into React Component Pin
simpledeveloper27-Sep-19 7:09
simpledeveloper27-Sep-19 7:09 
GeneralRe: Importing css classes into React Component Pin
Wishe199130-Sep-19 0:25
Wishe199130-Sep-19 0:25 
QuestionTrying to convert a jQuery MVC app into React Web Api App Pin
simpledeveloper26-Sep-19 8:02
simpledeveloper26-Sep-19 8:02 
AnswerRe: Trying to convert a jQuery MVC app into React Web Api App Pin
jkirkerx26-Sep-19 10:18
professionaljkirkerx26-Sep-19 10:18 
GeneralRe: Trying to convert a jQuery MVC app into React Web Api App Pin
simpledeveloper26-Sep-19 10:59
simpledeveloper26-Sep-19 10:59 
GeneralRe: Trying to convert a jQuery MVC app into React Web Api App Pin
simpledeveloper26-Sep-19 11:58
simpledeveloper26-Sep-19 11:58 
AnswerRe: Trying to convert a jQuery MVC app into React Web Api App Pin
Wishe199130-Sep-19 0:20
Wishe199130-Sep-19 0:20 
QuestionHow to call Fetch url using HTML ? Pin
Abdalla Ben Omran25-Sep-19 2:53
Abdalla Ben Omran25-Sep-19 2:53 
AnswerRe: How to call Fetch url using HTML ? Pin
Richard Deeming25-Sep-19 3:48
mveRichard Deeming25-Sep-19 3:48 

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.