Tabbed Document Viewer

Display a number of different pages inside a page with, tabs to switch between them.

About This Script

This allows you to display a number of different pages from your own site or external sites in a box with tabs to switch between them.

Paste the code below where you want it to appear on your page. Replace the links with whatever your would like to display in the tabs.

Demo

Code

<!-- jQuery and jQuery UI are required if you're not already using them --> <script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <link rel="stylesheet" href="//ajax.googleapis.com/ajax/libs/jqueryui/1.11.0/themes/smoothness/jquery-ui.css" /> <script src="//ajax.googleapis.com/ajax/libs/jqueryui/1.11.0/jquery-ui.min.js"></script> <script> $(function(){ $(".tabbedBrowser").tabs({ beforeLoad: function(e, ui) { var href = ui.tab.children("a").attr("href"); if (ui.panel.children("iframe").length < 1) { var iframe = '<iframe src="' + href + '" style="width:100%; border:0; height:400px;"></iframe>'; ui.panel.html(iframe); } return false; } }); }); </script> <noscript>Tabbed Browser provided by <a href=\"http://www.top-site-list.com\">Top Site List Planet</a></noscript> <div class="tabbedBrowser"> <ul> <!-- Replace these links with your own --> <li><a href="http://www.apple.com">Apple</a></li> <li><a href="http://www.bing.com">Bing</a></li> <li><a href="http://www.microsoft.com">Microsoft</a></li> <li><a href="http://www.jquery.com">jQuery</a></li> </ul> </div>
More scripts

Do you want to expose your site to millions?
Do you want to be ranked higher in Google?
Do you want to be known as the best site in your niche?

Then look no further. Add your site in 3 simple steps. Sign up, Add your site and Start receiving votes! It only takes 10 seconds!

Sign Up to Top Site List Planet Now!

Login with one of these social networks...

Sign in with FacebookSign in with TwitterSign in with Google+Sign in with Yahoo!Sign in with LinkedIn

or create an account with your email...

Login To An Existing Account