Aşağıdaki gibi yapınca firefox ta çalışıyor ama google chrome da çalışmıyor.
head bölümü
<script>
function tikla() {
document.getElementById("Button1").click();
}
</script>
html bölümü
<script>
function tikla() {
document.getElementById("Button1").click();
}
</script>