View Single Post
  #3 (permalink)  
Old Oct 30th, 2007, 10:56
alexgeek's Avatar
alexgeek alexgeek is offline
Technical Administrator

SuperMember
Join Date: Jul 2007
Location: Webforumz 24/7
Age: 15
Posts: 3,800
Blog Entries: 9
Thanks: 2
Thanked 2 Times in 2 Posts
Re: do it 2 times???

Isn't there a missing semi-colon? Shouldn't it be:
HTML: Select all
function clickEvent()
{
test();
return false;
}
Reply With Quote