treehouse : what would you like to learn today?
Web Design Web Development iOS Development

IE8 ActiveX Controls when using Javascript?

  • Hey forum, i'm currently making implementing a simple back button into a client's site. The code i've used for it is:
    <input type="button" value="Go Back From Whence You Came!" onclick="history.back(-1)" />


    from the Snippets section of CSS-Tricks.

    However when the page loads n 1E8 that little bar comes up saying some ActiveX stuff and it looks ugly and unprofessional. How do i remove this bar?