<HTML><BODY>
<div>Ugh. JS redirects create problems with the search engines. What I really want to do is "fill the hole in the doughnut", to use a radio advertising term. That is, I have code before the page data referenced below, and I have code after it. I want to write the stuff referenced below into the "hole". What's a good way to do this?</div>
<div>TIA,</div>
<div>Tony<SPAN contentEditable=false style="DISPLAY: inline-block"></SPAN></div>
<div> </div>
<br>
-----Original Message-----<br>
From: lists@zopyx.com<br>
To: tonylabarbara@aol.com; zope@zope.org<br>
Sent: Mon, 12 Mar 2007 12:04 PM<br>
Subject: Re: [Zope] Redirecting<br>
<br>
<STYLE>
.AOLPlainTextBody {
margin: 0px;
font-family: Tahoma, Verdana, Arial, Sans-Serif;
font-size: 12px;
color: #000;
background-color: #fff;
}
.AOLPlainTextBody pre {
font-size: 9pt;
}
.AOLInlineAttachment {
margin: 10px;
}
.AOLAttachmentHeader {
font: 11px arial;
border: 1px solid #7DA8D4;
background: #F9F9F9;
}
.AOLAttachmentHeader .Title {
font: 11px arial;
background: #B5DDFA;
padding: 3px 3px 3px 3px;
}
.AOLAttachmentHeader .FieldLabel {
font: 11px arial;
color: #000000;
padding: 1px 10px 1px 9px;
background: #F9F9F9;
}
.AOLAttachmentHeader .FieldValue {
font: 11px arial;
color: #000000;
background: #F9F9F9;
}
.AOLAttachmentHeader a, .AOLImage a {
color: #2864B4;
text-decoration: none;
}
.AOLAttachmentHeader a:hover, .AOLImage a:hover {
color: #2864B4;
text-decoration: underline;
}
.AOLWebSuiteCompose .AOLPicturesFullSizeLink,
.AOLWebSuite .AOLPicturesFullSizeLink {
height: 1px;
width: 1px;
overflow: hidden;
}
body {
background-color: white;
font-family: "Verdana";
font-size: 10pt;
border: 0px;
}
.AOLWebSuiteCompose p {
margin: 0px;
padding: 0px;
}
img.managedImg {
width: 0px;
height: 0px;
}
img.placeholder {
width: 275px;
height: 206px;
background: #F4F4F4 center center no-repeat;
border: 1px solid #DADAD6 !important;
}
</STYLE>
<div class=AOLPlainTextBody id=AOLMsgPart_1_db36b025-9d42-46de-9773-3aa648e2393f> <br>
--On 12. März 2007 11:55:52 -0400 <A href='javascript:parent.ComposeTo("tonylabarbara%40aol.com", "");'>tonylabarbara@aol.com</A> wrote: <br>
<br>
> Hi; <br>
> I have a Web site I'm building a shopping cart for that is built with a <br>
> basic site template and an iframe where all the page-by-page info goes. I <br>
> need to redirect the iframe to the address below, but when I use the <br>
> current incantation, it replaces not just the iframe but the whole page! <br>
> Can someone suggest a better idea? This is a python script: <br>
> request = container.REQUEST <br>
> response = request.RESPONSE <br>
> response.redirect(request.BASE0 + <br>
> '/EMarket/Our_Store/Main_frame.pt?category=' + category) TIA, <br>
<br>
This will of course redirect the whole page including all contents. <br>
You have to use Javascript. <br>
<br>
-aj <br>
</div>
<!-- end of AOLMsgPart_1_db36b025-9d42-46de-9773-3aa648e2393f -->
<div class="AOLPromoFooter">
<hr style="margin-top:10px;" />
AOL now offers free email to everyone. Find out more about what's free from AOL at <a href="http://pr.atwola.com/promoclk/1615326657x4311227241x4298082137/aol?redir=http://www.aol.com" target="_blank"><b>AOL.com</b></a>.<br />
</div>
</BODY></HTML>