No One Give Me The Answer I Found My Own Answer which is
The javascript code is this which calls the a tag when the page is loaded.
<script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>
                <script>
                    $(document).ready(function(){
                        $(document).ready(function(){
                            javascript:introJs().start();
                          });
                        }); 
                </script>
solved Convert onclick function to onload