jimmyshoes
Programmer
When designing the navigation system for your web site, is it ok to rely on the browser's back button?
I am designing a page which returns a list of pictures. If a user clicks on a picture, he/she is directed to a page with more detail on that picture. On this latter page, I am deciding whether to implement my own back (to list) button ( which may be complex) or simply leaving out a back button and thereby forcing the user to use the browser back button (I think youtube works like this). I have read that all accompished pc users could be expected to see the browser back button and use it (after all if they can't find the browser back button they probably won't find a back link on the page either) and I like the idea of giving my users only 1 method of navigating the site to keep things well organised
Is this good design?
I am designing a page which returns a list of pictures. If a user clicks on a picture, he/she is directed to a page with more detail on that picture. On this latter page, I am deciding whether to implement my own back (to list) button ( which may be complex) or simply leaving out a back button and thereby forcing the user to use the browser back button (I think youtube works like this). I have read that all accompished pc users could be expected to see the browser back button and use it (after all if they can't find the browser back button they probably won't find a back link on the page either) and I like the idea of giving my users only 1 method of navigating the site to keep things well organised
Is this good design?