View Single Post
  #27 (permalink)  
Old Sep 26th, 2007, 16:30
Voodoochilli Voodoochilli is offline
Reputable Member
Join Date: Jun 2007
Location: UK
Age: 29
Posts: 172
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Skype™ to Voodoochilli
Re: Spot the Error!!

yeah thats what i thought

Like I said I dont know javascript very well, but whats this bit:

<!-- IF UA_FIND_USERNAME -->

its obviously an if condition, but I have never seen it used that way before. I would think it would look something like this:

if ($var == $var2){
// do something
}
and why the <!-- comments in the if?
Reply With Quote