views:

50

answers:

1

when i used onClientClick event for calling a javascript function in .aspx file. but it's not working at all.how can i get alert for input of data within "<>" in textbox. pls help me

+1  A: 
onClientClick="alert('picnic4u'); return false"
eugeneK