<%@ Page Language="VB" AutoEventWireup="false" CodeFile="Default3.aspx.vb" Inherits="Default3" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head id="Head1" runat="server">
<title></title>
</head>
<body >
<form id="form1" runat="server">
<div>
<input id="Button1" style="background-color:Transparent" type="button" value="button22" />
</div>
</form>
<!-- This div is the element we are animating -->
<script type="text/javascript">
var elem = document.forms[0].elements;
for (i = 0; i < elem.length; i++) {
if (elem[i].type == "button") {
document.write(elem[i].value);
}
}
</script>
</body>
</html>