کتابخونه رو که اضافه کردم ولی onclick="show()" اجرا نمی شه
<script>functionshow(){  alert('hi');}</script>
<input type="button"id="btn"name="btn"onclick="show()">