Advertisement

03.20.2008 at 06:29PM PDT, ID: 23258921
[x]
Attachment Details
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

8.4

Tabbed Contents

Asked by georgehayes3 in Dynamic HTML (DHTML), JavaScript, Active Server Pages (ASP)

Tags: ,

I have a default.asp page that is tab driven.  This is going to be a database front end.  I want to build the content of each tab in a seperate page.   How can i make the content of each tab display an external page?  Please note that i seem to have great difficulty referencing nested elements. Here is the tab code i used, excluding the external script source.

<link rel="stylesheet" type="text/css" href="tabcontent.css" />

<script type="text/javascript" src="tabcontent.js">

        <ul id="menutabs" class="shadetabs">
        <li><a href="#" rel="taboption1" class="selected">Start Page</a></li>
        <li><a href="#" rel="taboption2">Standards Explorer</a></li>
        <li><a href="#" rel="taboption3">Policy Editor</a></li>
        <li><a href="#" rel="taboption4">Proof Editor</a></li>
        <li><a href="#" rel="taboption5">Reports</a></li>
        <li><a href="#" rel="taboption6">Utilities</a></li>
        <li><a href="#" rel="taboption7">Trouble Tickets</a></li>
        </ul>

        <div style="border:1px solid gray; width:875px; margin-bottom: 1em; padding: 10px">

        <div id="taboption1" class="tabcontent">
        Tab content 1 here<br />Tab content 1 here<br />
        </div>

        <div id="taboption2" class="tabcontent">
        Tab content 2 here<br />Tab content 2 here<br />
        </div>

        <div id="taboption3" class="tabcontent">
        Tab content 3 here<br />Tab content 3 here<br />
        </div>

        <div id="taboption4" class="tabcontent">
        Tab content 4 here<br />Tab content 4 here<br />
        </div>
       
        <div id="taboption5" class="tabcontent">
        Tab content 5 here<br />Tab content 5 here<br />
        </div>
       
        <div id="taboption6" class="tabcontent">
        Tab content 6 here<br />Tab content 6 here<br />
        </div>
       
        <div id="taboption7" class="tabcontent">
        Tab content 7 here<br />Tab content 7 here<br />
        </div>
        </div>

        <script type="text/javascript">

        var taboptions=new ddtabcontent("menutabs")
        taboptions.setpersist(true)
        taboptions.setselectedClassTarget("link") //"link" or "linkparent"
        taboptions.init()

        </script>

        <hr />Start Free Trial
[+][-]03.20.2008 at 08:16PM PDT, ID: 21177890

View this solution now by starting your 7-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

 

About this solution

Zones: Dynamic HTML (DHTML), JavaScript, Active Server Pages (ASP)
Tags: ASP .NET, SWD, JS, IE 6 & 7
Sign Up Now!
Solution Provided By: gnoon
Participating Experts: 2
Solution Grade: A
 
 
[+][-]03.20.2008 at 08:20PM PDT, ID: 21177911

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]03.21.2008 at 01:27AM PDT, ID: 21178691

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
 
Loading Advertisement...
20080716-EE-VQP-32 / EE_QW_2_20070628