I want use the serverside Function a and client sub Button1_onclick together when the button1 is clicked,can I do this
Thank
The following is the code
<%@ language = vbscript % ><
Function
dim cn,cmd,rs
....................
End functio
%><Script language=vbscript
sub button1_oncli
end su
</script><html
.......
<input id=button1 type=button name =button1
.......
<Html>