Displaying outside content
Sunday, June 8th, 2008From a usability standpoint, I stay away from frames. They are bothersome to the user for the most part, making them do extra scrolling just to see what’s going on. Most visitors want to see it quickly, not figure out HOW to see it
However, sometimes you have information coming from another location, usually outside of your URL, and you want that information to be ‘captured’ within your site. This is useful if you want to display dynamic content that comes from another location, while keeping the design of your site intact. It also keeps the visitor on your web site, instead of sending them away .. hoping they will come back. That’s when this information can be extremely useful.
An example I’m going to use is something I did for a client recently - adding a survey. Instead of sending the visitor to another location for the survey, I wanted the visitor to stay ‘in’ the site. Now, it is a fact that not all browsers will view the ‘framed information’ correctly, so this little extra bit of information is very useful:

Give it a try; you’ll find that this is a handy way to display outside information on your web site.

