Hi Oscar,
You may use some client script to achieve this, for example:
<%@ Language=VBScript %>
<html>
<head>
<title>Test Page</title>
<SCRIPT ID=clientEventHandlersJS LANGUAGE=javascript>
function button1_onclick() {
alert("hello world");
}
</SCRIPT>
</head>
<body ><INPUT id=button1 type=button value=Button name=button1
LANGUAGE=javascript onclick="return button1_onclick()">
</body>
</html>
Hope this answer your question.
Luke
Microsoft Online Partner Support
Get Secure!
www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)