P
paul dallaire
HI! I am a beginner at this so here we go.
I want to know how to check to see if two vars have a certain condition then
I will give an alert.
Example---
var x1Window=true;
var isn4ot=false;
if (x1Window==false) AND (isn4ot==true)
alert("hello");
I just need to know how to concatenate the two as I use the word AND instead
of the actually statement needed.
Paul
I want to know how to check to see if two vars have a certain condition then
I will give an alert.
Example---
var x1Window=true;
var isn4ot=false;
if (x1Window==false) AND (isn4ot==true)
alert("hello");
I just need to know how to concatenate the two as I use the word AND instead
of the actually statement needed.
Paul