PDA

View Full Version : If statement (Is this possible)


Dalziel
12-25-2002, 11:48 PM
I want to make an if statement to basically say this (image will be a reference to an image on the page)

if (image = broken link)
{
X = 1;
}
else
{
X = 2;
}

Is that possible and if so how? :thumbsup: