CSS
-Tricks
treehouse :
what would you like to learn today?
Web Design
Web Development
iOS Development
Show search box
Search
Search in:
All
Articles
Forums
Snippets
Videos
✕
Home
Forums
Snippets
Gallery
Videos
Almanac
Demos
Lodge
Navigation 'n' Search
Forums
Illustration by Nick Sirotich
Forums
»
JavaScript Jungle
IE8 ActiveX Controls when using Javascript?
arjunvasudeva
Permalink to comment
#
September 2010
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?
Add a Comment
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?