Advertisement

04.10.2007 at 07:57PM PDT, ID: 22503465
[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.0

ASP - Frames , the whole page being reproduced instead of replacing only one frame. Address bar not changing

Asked by su2117 in Hypertext Markup Language (HTML), Active Server Pages (ASP)

Tags: , , ,

I have taken over the maintenance of a site that has seen no maintenance in 4 years during this time the site was moved to two hosting sites. At the present site which is based on a shared model I am noticing some anomalies.
The site use frames
A top frame that has only a gif file to display.
A frame that contains the left navigation and runs down the left side
Finally a main frame
From the default page to any one of the left pages brought up by clicking on the left nav works. However if one is to click on one page other than the index and default pages and then go to yet another page the new page is displayed in total (including top and left NAv ). I have no idea even where to look
Another irritating feature or bug is the address displayed  does not change to reflect the main page.
So if any expert wants I can paste code from  two of the pages that invariably fail one navigates from one to the other. However reversing from the second to the first does not produce the error.

President.asp the first page that is clicked on
<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>Presidents' Message</title>

</head>

<body link="#314A94" vlink="#314A94" alink="#314A94">

<div align="center">
  <center>
  <table border="0" cellpadding="0" cellspacing="0" width="90%" height="1">
    <tr>
      <td width="458" height="1" valign="top" colspan="2">
        <p align="right">
      </td>
    </center>
      <td width="157" height="1" valign="top">
        <img border="0" src="presmess.gif">
      </td>
  </tr>
  <tr>
      <td width="566" height="12" valign="top" colspan="3"><font color="#FFFFFF">.</font>
      </td>
  </tr>
  <tr>
      <td width="566" height="139" valign="top" colspan="3">
<p align = "center"><img src="president.jpg" width=150 height=200 border="1"></p>
  <center>
        <p align="justify"><font face="Arial"><font size="2">

<%
' Declare variables for the File System Object and the File to be accessed.
Dim objFSO, objTextFile

' Create an instance of the the File System Object and assign it to objFSO.
Set objFSO = CreateObject("Scripting.FileSystemObject")

' Open the file

Set objTextFile = objFSO.OpenTextFile(Server.MapPath("administration/president_msg.txt"))

Do While Not objTextFile.AtEndOfStream
      Response.Write objTextFile.ReadLine & "<BR>" & vbCrLf
Loop

' Close the file.
objTextFile.Close

' Release reference to the text file.
Set objTextFile = Nothing

' Release reference to the File System Object.
Set objFSO = Nothing
%>

</font></p>
</font></center>
  </td>
  </tr>

  <center>
  </center>
  <center>
      <tr>
      <td width="566" height="10" valign="top" colspan="3">
        </td>
      </tr>
  </center>
      <tr>
      <td width="146" height="11" valign="top">
        <p align="center"></td>
      <td width="310" height="11" valign="top">
        <p align="center"><font face="Arial Narrow" size="1" color="#0E76E0">Web Solutions by
        </font>
 <a href="http://www.guruconsultancyservices.com" target="_blank"><font face="Arial Narrow" size="1" color="#0E76E0">Guru Consultancy Services Ltd.</font></a></td>
      <td width="157" height="11" valign="top">
      </td>
      </tr>
  </table>
</div>

</body>

</html>

the second one which is clicked to create the problem
<html xmlns:o="urn:schemas-microsoft-com:office:office"
xmlns:w="urn:schemas-microsoft-com:office:word"
xmlns="http://www.w3.org/TR/REC-html40">

<head>
<meta http-equiv=Content-Type content="text/html; charset=windows-1252">
<meta name=ProgId content=Word.Document>
<meta name=Generator content="Microsoft Word 9">
<meta name=Originator content="Microsoft Word 9">
<link rel=File-List href="./frculturalgarden1._files/filelist.xml">
<title>Federation of XXXXX Community Associations : President's Message</title>
</head>

<frameset framespacing=0 frameborder=0 border=0 rows="66,1*">
 <frame name=banner src=top.htm scrolling=no noresize>
 <frameset cols="150,1*">
  <frame name=contents src=left.htm scrolling=no>
  <frame name=main src=ICG/XXXXXCulturalGarden.htm>
 </frameset>
 <noframes>
  <body lang=EN-US style='tab-interval:.5in' topmargin=0 leftmargin=0>
   <p>This page uses frames, but your browser doesn't support them.</p>
  </body>
 </noframes>
</frameset>

</html>

Which in turn call this file
<html xmlns:v="urn:schemas-microsoft-com:vml"
xmlns:o="urn:schemas-microsoft-com:office:office"
xmlns:w="urn:schemas-microsoft-com:office:word"
xmlns="http://www.w3.org/TR/REC-html40">

<head>
<meta http-equiv=Content-Type content="text/html; charset=windows-1252">
<meta name=ProgId content=Word.Document>
<meta name=Generator content="Microsoft Word 9">
<meta name=Originator content="Microsoft Word 9">
<link rel=File-List href="./XXXXXCulturalGarden_files/filelist.xml">
<link rel=Edit-Time-Data href="./XXXXXCulturalGarden_files/editdata.mso">
<!--[if !mso]>
<style>
v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
</style>
<![endif]-->
<title>XXXXX Cultural Garden</title>
<!--[if gte mso 9]><xml>
 <o:DocumentProperties>
  <o:Author>Raj Pillai</o:Author>
  <o:LastAuthor> </o:LastAuthor>
  <o:Revision>3</o:Revision>
  <o:TotalTime>147</o:TotalTime>
  <o:Created>2006-10-19T00:50:00Z</o:Created>
  <o:LastSaved>2006-10-19T00:54:00Z</o:LastSaved>
  <o:Pages>6</o:Pages>
  <o:Words>485</o:Words>
  <o:Characters>2767</o:Characters>
  <o:Company>Financial Fitness Network</o:Company>
  <o:Lines>23</o:Lines>
  <o:Paragraphs>5</o:Paragraphs>
  <o:CharactersWithSpaces>3398</o:CharactersWithSpaces>
  <o:Version>9.2720</o:Version>
 </o:DocumentProperties>
</xml><![endif]-->
<style>
<!--
 /* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
      {mso-style-parent:"";
      margin:0in;
      margin-bottom:.0001pt;
      mso-pagination:widow-orphan;
      font-size:12.0pt;
      font-family:"Times New Roman";
      mso-fareast-font-family:"Times New Roman";}
h1
      {mso-style-next:Normal;
      margin:0in;
      margin-bottom:.0001pt;
      mso-pagination:widow-orphan;
      page-break-after:avoid;
      mso-outline-level:1;
      font-size:10.0pt;
      mso-bidi-font-size:12.0pt;
      font-family:"Times New Roman";
      mso-font-kerning:0pt;
      font-weight:normal;
      font-style:italic;}
h2
      {mso-style-next:Normal;
      margin:0in;
      margin-bottom:.0001pt;
      text-align:center;
      mso-pagination:widow-orphan;
      page-break-after:avoid;
      mso-outline-level:2;
      font-size:10.0pt;
      mso-bidi-font-size:12.0pt;
      font-family:"Times New Roman";
      font-weight:normal;
      font-style:italic;}
h3
      {mso-style-next:Normal;
      margin:0in;
      margin-bottom:.0001pt;
      mso-pagination:widow-orphan;
      page-break-after:avoid;
      mso-outline-level:3;
      font-size:9.0pt;
      mso-bidi-font-size:12.0pt;
      font-family:Arial;
      font-weight:normal;
      font-style:italic;}
p.MsoBodyText, li.MsoBodyText, div.MsoBodyText
      {margin:0in;
      margin-bottom:.0001pt;
      mso-pagination:widow-orphan;
      font-size:10.0pt;
      mso-bidi-font-size:12.0pt;
      font-family:Arial;
      mso-fareast-font-family:"Times New Roman";}
p
      {margin-right:0in;
      mso-margin-top-alt:auto;
      mso-margin-bottom-alt:auto;
      margin-left:0in;
      mso-pagination:widow-orphan;
      font-size:12.0pt;
      font-family:"Times New Roman";
      mso-fareast-font-family:"Times New Roman";}
@page Section1
      {size:8.5in 11.0in;
      margin:1.0in 1.25in 1.0in 1.25in;
      mso-header-margin:.5in;
      mso-footer-margin:.5in;
      mso-paper-source:0;}
div.Section1
      {page:Section1;}
-->
</style>
<!--[if gte mso 9]><xml>
 <o:shapedefaults v:ext="edit" spidmax="2050"/>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <o:shapelayout v:ext="edit">
  <o:idmap v:ext="edit" data="1"/>
 </o:shapelayout></xml><![endif]-->
</head>

<body lang=EN-US style='tab-interval:.5in'>
<table>
<tr><td>
<a href="/ICG/XXXXXCulturalGarden.htm" target="main">XXXXX Cultural Garden</a>&nbsp;&nbsp;&nbsp;&nbsp;
</td><td>
<a href="/ICG/OneWorldDay.htm" target="main">One World Day</a>&nbsp;&nbsp;&nbsp;&nbsp;
</td>
<td>
<a href="/ICG/MahatmaGandhi.htm" target="main">Mahatma Gandhi Statue Dedication</a>
</td>
</tr>
</table>

<div class=Section1>

<p align=center style='text-align:center'><b><span style='font-family:Arial'>XXXXX
Cultural Garden</span></b></p>

<p class=MsoBodyText>&nbsp;The XXXXX Garden is the newest addition to the
Cleveland Cultural Gardens, the hidden jewel within Rockefeller Park-- a two
mile tranquil stretch north of University Circle. The XXXXX Garden is located
off Martin Luther King Rd. within Rockefeller Park.</p>

<p class=MsoNormal><span style='font-size:10.0pt;mso-bidi-font-size:12.0pt;
font-family:Arial'><![if !supportEmptyParas]>&nbsp;<![endif]><o:p></o:p></span></p>

<p class=MsoNormal><span style='font-size:10.0pt;mso-bidi-font-size:12.0pt;
font-family:Arial'>The Cultural Gardens were conceived for the purpose of
honoring and celebrating Cleveland's cultural diversity and to symbolize peace,
brotherhood and harmony among people of all nations. They were built in the
early 1900s and are the result of a joint effort between the various ethnic
communities, the City of Cleveland and the Federal Government. They continue to
remain a major landmark in the city of Cleveland. They represent the first,
most comprehensive and finest memorial to peace, brotherhood and unity in this
country.<o:p></o:p></span></p>

<p class=MsoNormal><span style='font-size:10.0pt;mso-bidi-font-size:12.0pt;
font-family:Arial'><![if !supportEmptyParas]>&nbsp;<![endif]><o:p></o:p></span></p>

<p class=MsoNormal><span style='font-size:10.0pt;mso-bidi-font-size:12.0pt;
font-family:Arial'>Although the plot for the XXXXX Garden was given to the
community many years ago, it was only in 1997, through the efforts of NetIP,
led by Seema Haria that the XXXXX Garden first took shape. Lacking any
permanent structures, the garden subsequently ceased to exist. In 1999, XXXX,
under the leadership of then President Raj Pillai undertook the task of
building a permanent Garden by mobilizing community support. Then board member
(and current XXXX president) Vijaya Emani championed the effort.<o:p></o:p></span></p>

<span style='font-size:10.0pt;mso-bidi-font-size:12.0pt;font-family:Arial;
mso-fareast-font-family:"Times New Roman";mso-ansi-language:EN-US;mso-fareast-language:
EN-US;mso-bidi-language:AR-SA'><br clear=all style='page-break-before:always'>
</span>

<p class=MsoNormal><!--[if gte vml 1]><v:shapetype id="_x0000_t202"
 coordsize="21600,21600" o:spt="202" path="m0,0l0,21600,21600,21600,21600,0xe">
 <v:stroke joinstyle="miter"/>
 <v:path gradientshapeok="t" o:connecttype="rect"/>
</v:shapetype><v:shape id="_x0000_s1034" type="#_x0000_t202" style='position:absolute;
 margin-left:406.5pt;margin-top:251.25pt;width:270pt;height:27pt;z-index:3;
 mso-position-horizontal:absolute;mso-position-vertical:absolute' filled="f"
 stroked="f"/><![endif]--><![if !vml]><span style='mso-ignore:vglayout;
position:absolute;z-index:0;margin-left:542px;margin-top:335px;width:362px;
height:38px'>

<table cellpadding=0 cellspacing=0>
 <tr>
  <td width=362 height=38 align=left valign=top style='vertical-align:top'><![endif]><![if !mso]><span
  style='position:absolute;z-index:3'>
  <table cellpadding=0 cellspacing=0 width="100%">
   <tr>
    <td><![endif]>
    <div v:shape="_x0000_s1034" style='padding:3.6pt 7.2pt 3.6pt 7.2pt'
    class=shape>
    <p class=MsoNormal align=center style='text-align:center'><i><span
    style='font-size:10.0pt;mso-bidi-font-size:12.0pt'>Phase I of XXXXX Garden <o:p></o:p></span></i></p>
    </div>
    <![if !mso]></td>
   </tr>
  </table>
  </span><![endif]><![if !mso & !vml]>&nbsp;<![endif]><![if !vml]></td>
 </tr>
</table>

</span><![endif]><!--[if gte vml 1]><o:wrapblock><v:shapetype id="_x0000_t75"
  coordsize="21600,21600" o:spt="75" o:preferrelative="t" path="m@4@5l@4@11@9@11@9@5xe"
  filled="f" stroked="f">
  <v:stroke joinstyle="miter"/>
  <v:formulas>
   <v:f eqn="if lineDrawn pixelLineWidth 0"/>
   <v:f eqn="sum @0 1 0"/>
   <v:f eqn="sum 0 0 @1"/>
   <v:f eqn="prod @2 1 2"/>
   <v:f eqn="prod @3 21600 pixelWidth"/>
   <v:f eqn="prod @3 21600 pixelHeight"/>
   <v:f eqn="sum @0 0 1"/>
   <v:f eqn="prod @6 1 2"/>
   <v:f eqn="prod @7 21600 pixelWidth"/>
   <v:f eqn="sum @8 21600 0"/>
   <v:f eqn="prod @7 21600 pixelHeight"/>
   <v:f eqn="sum @10 21600 0"/>
  </v:formulas>
  <v:path o:extrusionok="f" gradientshapeok="t" o:connecttype="rect"/>
  <o:lock v:ext="edit" aspectratio="t"/>
 </v:shapetype><v:shape id="_x0000_s1037" type="#_x0000_t75" style='position:absolute;
  margin-left:36pt;margin-top:0;width:5in;height:270.6pt;z-index:6;
  mso-wrap-distance-top:14.4pt;mso-wrap-distance-bottom:14.4pt;
  mso-position-vertical-relative:page'>
  <v:imagedata src="./XXXXXCulturalGarden_files/image001.jpg" o:title="XXXXX Garden 1"/>
  <w:wrap type="topAndBottom"/>
 </v:shape><![endif]--><![if !vml]><span style='mso-ignore:vglayout'>
 <table cellpadding=0 cellspacing=0>
  <tr>
   <td width=48 height=0></td>
  </tr>
  <tr>
   <td></td>
   <td><img width=480 height=361 src="./XXXXXCulturalGarden_files/image002.jpg"
   v:shapes="_x0000_s1037"></td>
  </tr>
 </table>
 </span><![endif]><!--[if gte vml 1]></o:wrapblock><![endif]--><br
style='mso-ignore:vglayout' clear=ALL>
<span style='font-size:10.0pt;mso-bidi-font-size:12.0pt;font-family:Arial'>The
XXXXX Cultural Garden (ICG) Committee was formed in 2002 to choose a design for
the garden and to move the project forward.<span style="mso-spacerun: yes">
</span>After evaluating several firms, the committee invited proposals from 3
architects.<span style="mso-spacerun: yes">  </span>The winning design was the
one submitted by architect Chester Turner, and it was further developed by
landscape architect Jim McKnight.<span style="mso-spacerun: yes">  </span>Key
features of the design are:<span style="mso-spacerun: yes">  </span>a circular
walkway with granite pillars carrying inscriptions, a Mahatma Gandhi Statue, a
gate reminiscent of the Sanchi Stupa, and steps leading to Doan Brook, the
stream which flows behind the garden (reminiscent of steps on the banks of many
XXXXXn rivers).<span style="mso-spacerun: yes">  </span><o:p></o:p></span></p>

<p class=MsoNormal><span style='font-size:10.0pt;mso-bidi-font-size:12.0pt;
font-family:Arial'><span style="mso-spacerun: yes"> </span><o:p></o:p></span></p>

<p class=MsoNormal><span style='font-size:10.0pt;mso-bidi-font-size:12.0pt;
font-family:Arial'>The groundbreaking for the garden took place on May 22,
2005.<span style="mso-spacerun: yes">   </span>Cleveland Mayor Jane Campbell
and dignitaries from the XXXXXn community participated in the ceremony.<span
style="mso-spacerun: yes">  </span>Phase I of the garden was completed in
September, and the XXXXXn flag has been flying at the site ever since.<span
style="mso-spacerun: yes">  </span><o:p></o:p></span></p>

<p class=MsoNormal><span style='font-size:10.0pt;mso-bidi-font-size:12.0pt;
font-family:Arial'><![if !supportEmptyParas]>&nbsp;<![endif]><o:p></o:p></span></p>

<p class=MsoNormal><!--[if gte vml 1]><v:shape id="_x0000_s1033" type="#_x0000_t202"
 style='position:absolute;margin-left:108pt;margin-top:278pt;width:207pt;
 height:18pt;z-index:2' filled="f" stroked="f"/><![endif]--><![if !vml]><span
style='mso-ignore:vglayout'>

<table cellpadding=0 cellspacing=0 align=left>
 <tr>
  <td width=144 height=371></td>
 </tr>
 <tr>
  <td></td>
  <td width=278 height=26 align=left valign=top style='vertical-align:top'><![endif]><![if !mso]><span
  style='position:absolute;z-index:2'>
  <table cellpadding=0 cellspacing=0 width="100%">
   <tr>
    <td><![endif]>
    <div v:shape="_x0000_s1033" style='padding:3.6pt 7.2pt 3.6pt 7.2pt'
    class=shape>
    <p class=MsoNormal align=center style='text-align:center'><i><span
    style='font-size:10.0pt;mso-bidi-font-size:12.0pt'>XXXXX Garden in Fall,
    2005<o:p></o:p></span></i></p>
    </div>
    <![if !mso]></td>
   </tr>
  </table>
  </span><![endif]><![if !mso & !vml]>&nbsp;<![endif]><![if !vml]></td>
 </tr>
</table>

</span><![endif]><!--[if gte vml 1]><o:wrapblock><v:shape id="_x0000_s1028"
  type="#_x0000_t75" style='position:absolute;margin-left:27pt;margin-top:0;
  width:351pt;height:263.75pt;z-index:1;mso-wrap-distance-left:28.8pt;
  mso-wrap-distance-top:14.4pt;mso-wrap-distance-right:50.4pt;
  mso-wrap-distance-bottom:14.4pt'>
  <v:imagedata src="./XXXXXCulturalGarden_files/image003.jpg" o:title="Flag 1"/>
  <w:wrap type="topAndBottom"/>
 </v:shape><![endif]--><![if !vml]><span style='mso-ignore:vglayout'>
 <table cellpadding=0 cellspacing=0 align=left>
  <tr>
   <td width=36 height=0></td>
  </tr>
  <tr>
   <td></td>
   <td><img width=468 height=352 src="./XXXXXCulturalGarden_files/image004.jpg"
   v:shapes="_x0000_s1028"></td>
  </tr>
 </table>
 </span><![endif]><!--[if gte vml 1]></o:wrapblock><![endif]--><br
style='mso-ignore:vglayout' clear=ALL>
<span style='font-size:10.0pt;mso-bidi-font-size:12.0pt;font-family:Arial'><![if !supportEmptyParas]>&nbsp;<![endif]><o:p></o:p></span></p>

<p class=MsoNormal><span style='font-size:10.0pt;mso-bidi-font-size:12.0pt;
font-family:Arial'><![if !supportEmptyParas]>&nbsp;<![endif]><o:p></o:p></span></p>

<p class=MsoNormal><span style='font-size:10.0pt;mso-bidi-font-size:12.0pt;
font-family:Arial'><![if !supportEmptyParas]>&nbsp;<![endif]><o:p></o:p></span></p>

<br style='mso-ignore:vglayout' clear=ALL>

<p class=MsoNormal><!--[if gte vml 1]><v:shape id="_x0000_s1035" type="#_x0000_t202"
 style='position:absolute;margin-left:325.5pt;margin-top:249pt;width:171pt;
 height:18pt;z-index:4;mso-position-horizontal:absolute;
 mso-position-vertical:absolute' filled="f" stroked="f"/><![endif]--><![if !vml]><span
style='mso-ignore:vglayout;position:absolute;z-index:4;margin-left:434px;
margin-top:332px;width:230px;height:26px'>

<table cellpadding=0 cellspacing=0>
 <tr>
  <td width=230 height=26 align=left valign=top style='vertical-align:top'><![endif]><![if !mso]><span
  style='position:absolute;z-index:4'>
  <table cellpadding=0 cellspacing=0 width="100%">
   <tr>
    <td><![endif]>
    <div v:shape="_x0000_s1035" style='padding:3.6pt 7.2pt 3.6pt 7.2pt'
    class=shape>
    <h2>The New Mahatma Gandhi statue</h2>
    </div>
    <![if !mso]></td>
   </tr>
  </table>
  </span><![endif]><![if !mso & !vml]>&nbsp;<![endif]><![if !vml]></td>
 </tr>
</table>

</span><![endif]><!--[if gte vml 1]><o:wrapblock><v:shape id="_x0000_s1036"
  type="#_x0000_t75" style='position:absolute;margin-left:126pt;margin-top:0;
  width:184.5pt;height:246pt;z-index:5;mso-wrap-distance-top:14.4pt;
  mso-wrap-distance-bottom:14.4pt;mso-position-vertical-relative:page'>
  <v:imagedata src="./XXXXXCulturalGarden_files/image005.jpg" o:title="Gandhiji01"/>
  <w:wrap type="topAndBottom"/>
 </v:shape><![endif]--><![if !vml]><span style='mso-ignore:vglayout'>
 <table cellpadding=0 cellspacing=0>
  <tr>
   <td width=168 height=0></td>
  </tr>
  <tr>
   <td></td>
   <td><img width=246 height=328 src="./XXXXXCulturalGarden_files/image006.jpg"
   v:shapes="_x0000_s1036"></td>
  </tr>
 </table>
 </span><![endif]><!--[if gte vml 1]></o:wrapblock><![endif]--><br
style='mso-ignore:vglayout' clear=ALL>
<span style='font-size:10.0pt;mso-bidi-font-size:12.0pt;font-family:Arial'>The
Mahatma Gandhi statue was installed on October 1, 2006.<span
style="mso-spacerun: yes">  </span>The 10 ft. bronze statue, sculpted by world
famous sculptor Gautam Pal of Kolkatta sits atop a 7 ft granite pedestal.<span
style="mso-spacerun: yes">  </span>The dedication of the statue coincided with
the celebration of One World Day, the annual celebration of Cleveland’s ethnic
diversity. <span style="mso-spacerun: yes"> </span>Ambassador Ronen Sen of
XXXXX, Congressman Dennis Kucinich, Rev. Dr. Otis Moss, Jr., and Cleveland City
Councilwoman Sabra Pierce Scott unveiled the statue.<span style="mso-spacerun:
yes">  </span><o:p></o:p></span></p>

<p class=MsoNormal><!--[if gte vml 1]><v:shape id="_x0000_s1039" type="#_x0000_t202"
 style='position:absolute;margin-left:135pt;margin-top:269pt;width:189pt;
 height:18pt;z-index:8' filled="f" stroked="f"/><![endif]--><![if !vml]><span
style='mso-ignore:vglayout'>

<table cellpadding=0 cellspacing=0 align=left>
 <tr>
  <td width=180 height=359></td>
 </tr>
 <tr>
  <td></td>
  <td width=254 height=26 align=left valign=top style='vertical-align:top'><![endif]><![if !mso]><span
  style='position:absolute;z-index:8'>
  <table cellpadding=0 cellspacing=0 width="100%">
   <tr>
    <td><![endif]>
    <div v:shape="_x0000_s1039" style='padding:3.6pt 7.2pt 3.6pt 7.2pt'
    class=shape>
    <h3 align=center style='text-align:center'><span style='font-family:"Times New Roman"'>Current
    view of the XXXXX Garden<o:p></o:p></span></h3>
    </div>
    <![if !mso]></td>
   </tr>
  </table>
  </span><![endif]><![if !mso & !vml]>&nbsp;<![endif]><![if !vml]></td>
 </tr>
</table>

</span><![endif]><!--[if gte vml 1]><o:wrapblock><v:shape id="_x0000_s1038"
  type="#_x0000_t75" style='position:absolute;margin-left:54pt;margin-top:0;
  width:333pt;height:249.75pt;z-index:7;mso-wrap-distance-top:14.4pt;
  mso-wrap-distance-bottom:14.4pt;mso-position-vertical-relative:page'>
  <v:imagedata src="./XXXXXCulturalGarden_files/image007.jpg" o:title="G4"/>
  <w:wrap type="topAndBottom"/>
 </v:shape><![endif]--><![if !vml]><span style='mso-ignore:vglayout'>
 <table cellpadding=0 cellspacing=0 align=left>
  <tr>
   <td width=72 height=0></td>
  </tr>
  <tr>
   <td></td>
   <td><img width=444 height=333 src="./XXXXXCulturalGarden_files/image008.jpg"
   v:shapes="_x0000_s1038"></td>
  </tr>
 </table>
 </span><![endif]><!--[if gte vml 1]></o:wrapblock><![endif]--><br
style='mso-ignore:vglayout' clear=ALL>
<span style='font-size:10.0pt;mso-bidi-font-size:12.0pt;font-family:Arial'><![if !supportEmptyParas]>&nbsp;<![endif]><o:p></o:p></span></p>

<p class=MsoNormal><span style='font-size:10.0pt;mso-bidi-font-size:12.0pt;
font-family:Arial'><![if !supportEmptyParas]>&nbsp;<![endif]><o:p></o:p></span></p>

<p class=MsoNormal><span style='font-size:10.0pt;mso-bidi-font-size:12.0pt;
font-family:Arial'><![if !supportEmptyParas]>&nbsp;<![endif]><o:p></o:p></span></p>

<br style='mso-ignore:vglayout' clear=ALL>

<p class=MsoNormal><span style='font-size:10.0pt;mso-bidi-font-size:12.0pt;
font-family:Arial'>The final phase of the garden—the installation of the gate
as well as the granite pillars will be completed in 2007.<span
style="mso-spacerun: yes">  </span><o:p></o:p></span></p>

<p class=MsoNormal><!--[if gte vml 1]><v:shape id="_x0000_s1041" type="#_x0000_t202"
 style='position:absolute;margin-left:298.5pt;margin-top:237pt;width:3in;
 height:18pt;z-index:10;mso-position-horizontal:absolute;
 mso-position-vertical:absolute' filled="f" stroked="f"/><![endif]--><![if !vml]><span
style='mso-ignore:vglayout'>

<table cellpadding=0 cellspacing=0 align=left>
 <tr>
  <td width=398 height=316></td>
 </tr>
 <tr>
  <td></td>
  <td width=290 height=26 align=left valign=top style='vertical-align:top'><![endif]><![if !mso]><span
  style='position:absolute;z-index:10'>
  <table cellpadding=0 cellspacing=0 width="100%">
   <tr>
    <td><![endif]>
    <div v:shape="_x0000_s1041" style='padding:3.6pt 7.2pt 3.6pt 7.2pt'
    class=shape>
    <h2>Proposed gate based on Sanchi Stupa</h2>
    </div>
    <![if !mso]></td>
   </tr>
  </table>
  </span><![endif]><![if !mso & !vml]>&nbsp;<![endif]><![if !vml]></td>
 </tr>
</table>

</span><![endif]><!--[if gte vml 1]><o:wrapblock><v:shape id="_x0000_s1040"
  type="#_x0000_t75" style='position:absolute;margin-left:126pt;margin-top:0;
  width:188.8pt;height:243pt;z-index:9;mso-wrap-distance-top:14.4pt;
  mso-wrap-distance-bottom:14.4pt;mso-position-vertical-relative:page'>
  <v:imagedata src="./XXXXXCulturalGarden_files/image009.jpg" o:title="CGGate_GVReddy_Design"/>
  <w:wrap type="topAndBottom"/>
 </v:shape><![endif]--><![if !vml]><span style='mso-ignore:vglayout'>
 <table cellpadding=0 cellspacing=0 align=left>
  <tr>
   <td width=168 height=0></td>
  </tr>
  <tr>
   <td></td>
   <td><img width=252 height=324 src="./XXXXXCulturalGarden_files/image010.jpg"
   v:shapes="_x0000_s1040"></td>
  </tr>
 </table>
 </span><![endif]><!--[if gte vml 1]></o:wrapblock><![endif]--><br
style='mso-ignore:vglayout' clear=ALL>
<span style='font-size:10.0pt;mso-bidi-font-size:12.0pt;font-family:Arial'><![if !supportEmptyParas]>&nbsp;<![endif]><o:p></o:p></span></p>

<br style='mso-ignore:vglayout' clear=ALL>

<p class=MsoNormal><span style='font-size:10.0pt;mso-bidi-font-size:12.0pt;
font-family:Arial'>To reach the XXXXX Garden, take the Martin Luther King Rd.
exit off I-90 and go south towards University Circle. The XXXXX Garden is
situated on the west side of Martin Luther King Blvd. beside the Finnish
Garden, between Superior and St. Clair Avenues.<span style="mso-spacerun:
yes">  </span><o:p></o:p></span></p>

<p class=MsoNormal><span style='font-size:10.0pt;mso-bidi-font-size:12.0pt;
font-family:Arial'><![if !supportEmptyParas]>&nbsp;<![endif]><o:p></o:p></span></p>

<p class=MsoNormal align=center style='text-align:center'><span
style='font-size:10.0pt;mso-bidi-font-size:12.0pt;font-family:Arial'>XXXXX
Cultural Garden Committee:<o:p></o:p></span></p>

<p class=MsoNormal align=center style='text-align:center'><span
style='font-size:10.0pt;mso-bidi-font-size:12.0pt;font-family:Arial'><![if !supportEmptyParas]>&nbsp;<![endif]><o:p></o:p></span></p>

<p class=MsoNormal align=center style='text-align:center'><span
style='font-size:10.0pt;mso-bidi-font-size:12.0pt;font-family:Arial'>Raj
Pillai, Chair<o:p></o:p></span></p>

<p class=MsoNormal align=center style='text-align:center'><span
style='font-size:10.0pt;mso-bidi-font-size:12.0pt;font-family:Arial'>Vijaya
Emani<o:p></o:p></span></p>

<p class=MsoNormal align=center style='text-align:center'><span
style='font-size:10.0pt;mso-bidi-font-size:12.0pt;font-family:Arial'>Satish
Parikh<o:p></o:p></span></p>

<p class=MsoNormal align=center style='text-align:center'><span
style='font-size:10.0pt;mso-bidi-font-size:12.0pt;font-family:Arial'>Ramesh
Mirakhur, Treasurer<o:p></o:p></span></p>

<p class=MsoNormal align=center style='text-align:center'><span
style='font-size:10.0pt;mso-bidi-font-size:12.0pt;font-family:Arial'>Guru
Bhandari<o:p></o:p></span></p>

<p class=MsoNormal align=center style='text-align:center'><span
style='font-size:10.0pt;mso-bidi-font-size:12.0pt;font-family:Arial'>Mannar
Dhandapani<o:p></o:p></span></p>

<p class=MsoNormal align=center style='text-align:center'><span
style='font-size:10.0pt;mso-bidi-font-size:12.0pt;font-family:Arial'>Hrishue
Mahalaha<o:p></o:p></span></p>

<p class=MsoNormal align=center style='text-align:center'><span
style='font-size:10.0pt;mso-bidi-font-size:12.0pt;font-family:Arial'>Suparna
Mahalaha<o:p></o:p></span></p>

<p class=MsoNormal align=center style='text-align:center'><span
style='font-size:10.0pt;mso-bidi-font-size:12.0pt;font-family:Arial'>Cynthia
Chand<o:p></o:p></span></p>

<p class=MsoNormal align=center style='text-align:center'><span
style='font-size:10.0pt;mso-bidi-font-size:12.0pt;font-family:Arial'><![if !supportEmptyParas]>&nbsp;<![endif]><o:p></o:p></span></p>

<p class=MsoNormal align=center style='text-align:center'><span
style='font-size:10.0pt;mso-bidi-font-size:12.0pt;font-family:Arial'>Advisors:<o:p></o:p></span></p>

<p class=MsoNormal align=center style='text-align:center'><span
style='font-size:10.0pt;mso-bidi-font-size:12.0pt;font-family:Arial'><![if !supportEmptyParas]>&nbsp;<![endif]><o:p></o:p></span></p>

<p class=MsoNormal align=center style='text-align:center'><span
style='font-size:10.0pt;mso-bidi-font-size:12.0pt;font-family:Arial'>Raman
Patel<o:p></o:p></span></p>

<p class=MsoNormal align=center style='text-align:center'><span
style='font-size:10.0pt;mso-bidi-font-size:12.0pt;font-family:Arial'>Balraj
Saini<o:p></o:p></span></p>

<p class=MsoNormal align=center style='text-align:center'><span
style='font-size:10.0pt;mso-bidi-font-size:12.0pt;font-family:Arial'>Andy
Chakalis<o:p></o:p></span></p>

<p class=MsoNormal align=center style='text-align:center'><span
style='font-size:10.0pt;mso-bidi-font-size:12.0pt;font-family:Arial'>Bill
Jirousek<o:p></o:p></span></p>

<p class=MsoNormal><span style='font-size:10.0pt;mso-bidi-font-size:12.0pt;
font-family:Arial'><![if !supportEmptyParas]>&nbsp;<![endif]><o:p></o:p></span></p>

</div>

</body>

</html>

Start Free Trial
[+][-]04.11.2007 at 02:07AM PDT, ID: 18888212

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.

 
[+][-]04.11.2007 at 07:02AM PDT, ID: 18889654

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.

 
[+][-]04.11.2007 at 07:06AM PDT, ID: 18889703

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.

 
[+][-]04.11.2007 at 07:49AM PDT, ID: 18890131

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: Hypertext Markup Language (HTML), Active Server Pages (ASP)
Tags: asp, frame, replacing, page
Sign Up Now!
Solution Provided By: carled
Participating Experts: 1
Solution Grade: A
 
 
[+][-]04.11.2007 at 08:44AM PDT, ID: 18890600

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.

 
[+][-]04.11.2007 at 09:19AM PDT, ID: 18890941

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.

 
[+][-]04.11.2007 at 09:22AM PDT, ID: 18890962

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.

 
[+][-]04.11.2007 at 09:31AM PDT, ID: 18891037

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.

 
[+][-]04.11.2007 at 09:34AM PDT, ID: 18891070

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