Waht I have is a button calling a method.
What I want is to trigger js before it.
Cn I get the button to trigger both?
I couldn;t get jscript to work...all the examples I see on the net are js triggered by submit button.
Well my button is already occupied.
Or I saw form tag with onsubmit event.
tried adding it in my content ...didn;t trigger anything though :S
Is there a way to get the js to validate and only if it's ok (let;s say it returns true) only then will teh server start to process the button;s method? 
...

Go to the complete details ...