View Single Post
  #2 (permalink)  
Old Nov 16th, 2007, 05:50
Lucleonhart Lucleonhart is offline
Up'n'Coming Member
Join Date: Jun 2007
Location: Germany
Age: 23
Posts: 50
Thanks: 0
Thanked 0 Times in 0 Posts
Re: why onclick is not called - Help Please

That is, because "clear" is a predefined function! You cannot use predefined names for your own functions. Simply rename it to something unique like "clear_form()".
Reply With Quote