Advertisement

09.23.2003 at 08:04AM PDT, ID: 20746419
[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!

7.4

Calling a page in table

Asked by Sachidananda_sg in Active Server Pages (ASP)

Tags:

Hi,

I want to make one page where i have to call 12 different pages.
I dont want to use frames. I used table and it is working fine.
The problem is while clicking on some button or link on some page new page is going to open.
I want that page is to be opened in that segment of table( I mean in same TD) keeping other pages in the table

Below is my code
============================================================
<%@ Language=VBScript %>
<HTML>
<HEAD>
<meta content="Microsoft Visual Studio.NET 7.0" name="GENERATOR">
</HEAD>
<body >
         <TABLE id="Table1" height="600" cellSpacing="0" cellPadding="0" width="980" border="0">
        <TR>
      <TD width="380"  colSpan="2" height="600" rowSpan="2"><!-- #Include File="1.html"--></TD>      -------->TD 1
      <TD width="300"  height="300"><!-- #Include File="2.html"--></TD>                                                 -------->TD 2
      <TD align="middle" width="300"  height="300"  ><!--#include File="test.html"--></TD>                    =====>TD 3      
       </TR>
       <TR>
      <TD width="300" height="300"><!-- #Include File="4.html"--></TD>                                                 -------->TD 4
      <TD width="300"  height="300"><!-- #Include File="5.html"--></TD>                                                -------->TD 5
       </TR>
   </TABLE>
   <TABLE height="600" cellSpacing="0" cellPadding="0" width="980" border="0" ID="Table2">                            
      <TR>
      <TD width="245"  height="300"><!-- #Include File="6.html"--></TD>                                                -------->TD 6
      <TD width="245"  height="300"><!-- #Include File="7.html"--></TD>                                                -------->TD 7
      <TD colspan="2" width="490" height="300" ><!-- #Include File="8.html"--></TD>                            -------->TD 8
      </TR>
      <TR bgcolor="#000099">
                 <TD width="245"  height="300"><!-- #Include File="9.html"--></TD>                                               -------->TD 9
      <TD width="245" height="300" ><!-- #Include File="10.html"--></TD>                                              -------->TD 10
      <TD width="245" height="300"><!-- #Include File="11.html"--></TD>                                               -------->TD 11
      <TD width="245" height="300" ><!-- #Include File="12.html"--></TD>                                              -------->TD 12
        </TR>
     </TABLE>
</body>
</HTML>
---------------------------------------------------------------------------------------------------------------------------------------------------------------


TRY.HTML



<HTML>
<HEAD>
<META NAME="GENERATOR" Content="Microsoft Visual Studio 6.0">
<TITLE></TITLE>
</HEAD>
<BODY >
          <P>Click on Map&nbsp; and Enter the details of location for which you want get  the map</P>
            <a target=_parent href="../Scripts/mqinterconnect.exe?link=find"'> <img src=map.gif> </a>
</BODY>


 =========================== OR=========================================


<BODY>
             < P>Click on Map&nbsp; and Enter the details of location for which you want get the map</P>
             <INPUT type="button" value="Map" id=button1 name=button1
                              onClick='location.href  ("../Scripts/mqinterconnect.exe?   link=find")' >
</BODY>


</HTML>

========================================================================================




 I want the resultent page from the link in html page (   ("../Scripts/mqinterconnect.exe?   link=find")    )  should be displayed in

 TD 3.  

 
Please help me in this.

sachi
Start Free Trial
[+][-]09.23.2003 at 09:24AM PDT, ID: 9414267

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

Zone: Active Server Pages (ASP)
Tags: html
Sign Up Now!
Solution Provided By: __ZaM__
Participating Experts: 1
Solution Grade: B
 
 
[+][-]09.25.2003 at 12:44AM PDT, ID: 9426603

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.

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