montoya: he’s using a “!=” not equal. Its not just an equal sign. Just clarifying.
Eilsoe: you’re using strings…so you have to use string manipulation so to use “not equals” you have to use ‘ne’ for equal you would use ‘eq’
here’s a link in the AS dictionary:
try this:
if(urlcheck ne 'http://www.avalon-rev.dk'){
//dowhatever here
}else{
//do whatever
}