Re: [Zope] extract page title

2007-04-25 Thread SpiderX

It escapes the characters inside the SCRIPT block before processing, why is
why you can't do any TALES or anything else really in there...

On 4/24/07, Andreas Jung <[EMAIL PROTECTED]> wrote:




--On 25. April 2007 00:41:19 -0500 Jeff Rush <[EMAIL PROTECTED]> wrote:

> Andreas Jung wrote:
>>
>> As far as I can recall: you can't use TALES within a SCRIPT block.
>> That's why you must generate your stuff outside inside a script.
>
> Ah thanks I wasn't aware of that exclusion, never having tried it or
> found it documented.  Then yes your approach is the only one left.
>

The reason is obvious: Usually you don't have any markup with
... Still not getting why generate  within a

Re: [Zope] extract page title

2007-04-25 Thread Dean Hale


Hello all,

Thanks very much for all of your help.

thanks
dean

On 24 Apr 2007, at 16:20, Andreas Jung wrote:



--On 24. April 2007 09:56:41 -0500 Jeff Rush <[EMAIL PROTECTED]> wrote:



I don't see above him putting a  tag within the   
tag.  He
wants to put the *value* of the  tag inside the <script>  
</tt><tt>tag.  It
</tt><tt>seems some form of a string: expression would do it, assuming the  
</tt><tt>title
</tt><pre style="margin: 0em;">
is not literally in the zpt but rather expanded from a variable.

<script language='JavaScript1.1' type='text/javascript'>
 <noscript>
<img tal:attributes="src
<a  rel="nofollow" href="http://domain/xxx/xxx/s?websitename.${title_or_id}"">http://domain/xxx/xxx/s?websitename.${title_or_id}"</a>;  width="1"
height="1" alt="" />
</noscript>




As far as I can recall: you can't use TALES within a SCRIPT block.
That's why you must generate your stuff outside inside a script.

-aj


___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )

</pre></span>
</blockquote><br>

<h3><span class=subject><a href="/zope@zope.org/msg28342.html">Re: [Zope] extract page title</a></span></h3>
<div class="darkgray font13">
<span class="sender pipe">
<span class=date><a href="/search?l=zope%40zope.org&q=date:20070424&o=newest&f=1">2007-04-24</a></span></span>
<span class="sender pipe">
<span class=thead><a href="/search?l=zope%40zope.org&q=subject:%22%5C%5BZope%5C%5D+extract+page+title%22&o=newest&f=1">Thread</a></span></span>
<span class=name><a href="/search?l=zope%40zope.org&q=from:%22Andreas+Jung%22&o=newest&f=1">Andreas Jung</a></span>
</div>
<blockquote><span class="msgFragment"><pre>



--On 25. April 2007 00:41:19 -0500 Jeff Rush <[EMAIL PROTECTED]> wrote:


Andreas Jung wrote:


As far as I can recall: you can't use TALES within a SCRIPT block.
That's why you must generate your stuff outside inside a script.


Ah thanks I wasn't aware of that exclusion, never having tried it or
found it documented.  Then yes your approach is the only one left.



The reason is obvious: Usually you don't have any markup with 
... Still not getting why generate  within a </pre></span>
</blockquote><br>

<h3><span class=subject><a href="/zope@zope.org/msg28341.html">Re: [Zope] extract page title</a></span></h3>
<div class="darkgray font13">
<span class="sender pipe">
<span class=date><a href="/search?l=zope%40zope.org&q=date:20070424&o=newest&f=1">2007-04-24</a></span></span>
<span class="sender pipe">
<span class=thead><a href="/search?l=zope%40zope.org&q=subject:%22%5C%5BZope%5C%5D+extract+page+title%22&o=newest&f=1">Thread</a></span></span>
<span class=name><a href="/search?l=zope%40zope.org&q=from:%22Jeff+Rush%22&o=newest&f=1">Jeff Rush</a></span>
</div>
<blockquote><span class="msgFragment"><pre>
Andreas Jung wrote:
> 
> As far as I can recall: you can't use TALES within a SCRIPT block.
> That's why you must generate your stuff outside inside a script.

Ah thanks I wasn't aware of that exclusion, never having tried it or found it
documented.  Then yes your approach is the only one left.

-Jeff

___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )

</pre></span>
</blockquote><br>

<h3><span class=subject><a href="/zope@zope.org/msg28340.html">Re: [Zope] extract page title</a></span></h3>
<div class="darkgray font13">
<span class="sender pipe">
<span class=date><a href="/search?l=zope%40zope.org&q=date:20070424&o=newest&f=1">2007-04-24</a></span></span>
<span class="sender pipe">
<span class=thead><a href="/search?l=zope%40zope.org&q=subject:%22%5C%5BZope%5C%5D+extract+page+title%22&o=newest&f=1">Thread</a></span></span>
<span class=name><a href="/search?l=zope%40zope.org&q=from:%22Andreas+Jung%22&o=newest&f=1">Andreas Jung</a></span>
</div>
<blockquote><span class="msgFragment"><pre>



--On 24. April 2007 09:56:41 -0500 Jeff Rush <[EMAIL PROTECTED]> wrote:



I don't see above him putting a  tag within the  tag.  He
wants to put the *value* of the <title> tag inside the <script> tag.  It
seems some form of a string: expression would do it, assuming the title
is not literally in the zpt but rather expanded from a variable.

<script language='JavaScript1.1' type='text/javascript'>
 <noscript>
<img tal:attributes="src
<a  rel="nofollow" href="http://domain/xxx/xxx/s?websitename.${title_or_id}"">http://domain/xxx/xxx/s?websitename.${title_or_id}"</a>;  width="1"
height="1" alt="" />
</noscript>




As far as I can recall: you can't use TALES within a SCRIPT block.
That's why you must generate your stuff outside inside a script.

-aj

pgpeYM5aT89ds.pgp
Description: PGP signature
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )

</pre></span>
</blockquote><br>

<h3><span class=subject><a href="/zope@zope.org/msg28339.html">Re: [Zope] extract page title</a></span></h3>
<div class="darkgray font13">
<span class="sender pipe">
<span class=date><a href="/search?l=zope%40zope.org&q=date:20070424&o=newest&f=1">2007-04-24</a></span></span>
<span class="sender pipe">
<span class=thead><a href="/search?l=zope%40zope.org&q=subject:%22%5C%5BZope%5C%5D+extract+page+title%22&o=newest&f=1">Thread</a></span></span>
<span class=name><a href="/search?l=zope%40zope.org&q=from:%22Philip+Kilner%22&o=newest&f=1">Philip Kilner</a></span>
</div>
<blockquote><span class="msgFragment"><pre>
Hi Dean,

Dean Hale wrote:
> I'm trying to implement some web tracking code within a page template,
> however a little stuck.
> 
> In the code below i'd like to append the page template - page title
> between the  tags dynamically rather than having to manually add
> to each page
> 
>  
> <noscript> 
> <img src="<a  rel="nofollow" href="http://domain/xxx/xxx/s?websitename.PAGETITLE"">http://domain/xxx/xxx/s?websitename.PAGETITLE"</a>;  
> width="1" height="1" alt=""> 
> </noscript> 
> 
> 
> do you have any advise please on how this could be done?
> 

I've re-read this thread about four times now, and am having a lightbulb
moment.

Do you mean that you wish to dynamically form the tag: -

http://domain/xxx/xxx/s?websitename.PAGETITLE";
  width="1"
  height="1"
  alt="">

...such that "PAGETITLE" is the title of the current page?

If so, you need to bone up on "tal:attributes", because you need to do
something like: -

http://url?sitename.${here/title_or_id}";
  src="http://domain/xxx/xxx/s?websitename.PAGETITLE";
  width="1"
  height="1"
  alt="">

(Untested - but you get the idea)

HTH

-- 

Regards,

PhilK
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )

</pre></span>
</blockquote><br>

<h3><span class=subject><a href="/zope@zope.org/msg28338.html">Re: [Zope] extract page title</a></span></h3>
<div class="darkgray font13">
<span class="sender pipe">
<span class=date><a href="/search?l=zope%40zope.org&q=date:20070424&o=newest&f=1">2007-04-24</a></span></span>
<span class="sender pipe">
<span class=thead><a href="/search?l=zope%40zope.org&q=subject:%22%5C%5BZope%5C%5D+extract+page+title%22&o=newest&f=1">Thread</a></span></span>
<span class=name><a href="/search?l=zope%40zope.org&q=from:%22Maciej+Wisniowski%22&o=newest&f=1">Maciej Wisniowski</a></span>
</div>
<blockquote><span class="msgFragment"><pre>

> Hi Andreas,
>
> Thanks - i know the title does not belong in a script tag, i just want
> the text within the title tag appended within the javascript, not the
> tags themselves. Sorry its my explanations for help that are unclear.
>
>
I'm not sure if I understand you but...
Where  tag content came from? If this is from typical title_or_id
function then
you may use something like:

 

you may then also do:

http://domain/xxx/xxx/s?websitename.%s' % (here.title_or_id())"
width="1" height="1" alt="">

-- 
Maciej Wisniowski
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )

</pre></span>
</blockquote><br>

<h3><span class=subject><a href="/zope@zope.org/msg28337.html">Re: [Zope] extract page title</a></span></h3>
<div class="darkgray font13">
<span class="sender pipe">
<span class=date><a href="/search?l=zope%40zope.org&q=date:20070424&o=newest&f=1">2007-04-24</a></span></span>
<span class="sender pipe">
<span class=thead><a href="/search?l=zope%40zope.org&q=subject:%22%5C%5BZope%5C%5D+extract+page+title%22&o=newest&f=1">Thread</a></span></span>
<span class=name><a href="/search?l=zope%40zope.org&q=from:%22Andreas+Jung%22&o=newest&f=1">Andreas Jung</a></span>
</div>
<blockquote><span class="msgFragment"><pre>



--On 24. April 2007 15:40:22 +0100 Dean Hale <[EMAIL PROTECTED]> 
wrote:




Hi Andreas,

Thanks - i know the title does not belong in a script tag, i just want
the text within the title tag appended within the javascript, not the
tags themselves. Sorry its my explanations for help that are unclear.

thanks
dan



Move your code to generate the HTML snippet into a script and generate
whatever you need on the Python level. If you generate the 
using TALES, you can use the same API in Python to generate the title
inside your </pre></span>
</blockquote><br>

<h3><span class=subject><a href="/zope@zope.org/msg28336.html">Re: [Zope] extract page title</a></span></h3>
<div class="darkgray font13">
<span class="sender pipe">
<span class=date><a href="/search?l=zope%40zope.org&q=date:20070424&o=newest&f=1">2007-04-24</a></span></span>
<span class="sender pipe">
<span class=thead><a href="/search?l=zope%40zope.org&q=subject:%22%5C%5BZope%5C%5D+extract+page+title%22&o=newest&f=1">Thread</a></span></span>
<span class=name><a href="/search?l=zope%40zope.org&q=from:%22Jeff+Rush%22&o=newest&f=1">Jeff Rush</a></span>
</div>
<blockquote><span class="msgFragment"><pre>
Andreas Jung wrote:
> 
> --On 24. April 2007 15:25:24 +0100 Dean Hale
> <[EMAIL PROTECTED]> wrote:
> 
>> basically if i have some zpt pages with the title
>>
>> INTRODUCTION
>>
>> ABOUT
>>
>> somehow within below the page title should be appended after
>> 'websitename.'
>>
>>> 
>>> <noscript>
>>> <img src="<a  rel="nofollow" href="http://domain/xxx/xxx/s?websitename.INTRODUCTION"">http://domain/xxx/xxx/s?websitename.INTRODUCTION"</a>;
>>> width="1" height="1" alt="">
>>> </noscript>
>>> 
>>
>>> 
>>> <noscript>
>>> <img src="<a  rel="nofollow" href="http://domain/xxx/xxx/s?websitename.ABOUT"">http://domain/xxx/xxx/s?websitename.ABOUT"</a>;
>>> width="1" height="1" alt="">
>>> </noscript>
>>> 
>>
>> does this make more sense? thanks again.
> 
> no.
> 
> a  tag does not belong inside  tag.

I don't see above him putting a <title> tag within the <script> tag.  He wants
to put the *value* of the <title> tag inside the <script> tag.  It seems some
form of a string: expression would do it, assuming the title is not literally
in the zpt but rather expanded from a variable.

<script language='JavaScript1.1' type='text/javascript'>
 <noscript>
<img tal:attributes="src <a  rel="nofollow" href="http://domain/xxx/xxx/s?websitename.${title_or_id}"">http://domain/xxx/xxx/s?websitename.${title_or_id}"</a>;
 width="1" height="1" alt="" />
</noscript>


Apparently he has named his image files according to the title of the page on
which they appear.  Hopefully the names are not in need of URL-quoting, as I'm
not sure how you do that within a string: expression.

If the value of the  is *literally* in the zpt file above his 
tag, then I know of no way for a zpt expression to extract literal text from
neighboring text.

-Jeff
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )

</pre></span>
</blockquote><br>

<h3><span class=subject><a href="/zope@zope.org/msg28335.html">Re: [Zope] extract page title</a></span></h3>
<div class="darkgray font13">
<span class="sender pipe">
<span class=date><a href="/search?l=zope%40zope.org&q=date:20070424&o=newest&f=1">2007-04-24</a></span></span>
<span class="sender pipe">
<span class=thead><a href="/search?l=zope%40zope.org&q=subject:%22%5C%5BZope%5C%5D+extract+page+title%22&o=newest&f=1">Thread</a></span></span>
<span class=name><a href="/search?l=zope%40zope.org&q=from:%22Dean+Hale%22&o=newest&f=1">Dean Hale</a></span>
</div>
<blockquote><span class="msgFragment"><pre>


Hi Andreas,

Thanks - i know the title does not belong in a script tag, i just  
want the text within the title tag appended within the javascript,  
not the tags themselves. Sorry its my explanations for help that are  
unclear.


thanks
dan

On 24 Apr 2007, at 15:35, Andreas Jung wrote:



--On 24. April 2007 15:25:24 +0100 Dean Hale  
<[EMAIL PROTECTED]> wrote:




Hi Andreas,

Thanks, will try

basically if i have some zpt pages with the tiltle

INTRODUCTION

ABOUT

somehow within below the page title should be appended after
'websitename.'



<noscript>
<img src="<a  rel="nofollow" href="http://domain/xxx/xxx/s?websitename.INTRODUCTION"">http://domain/xxx/xxx/s?websitename.INTRODUCTION"</a>;
width="1" height="1" alt="">
</noscript>





<noscript>
<img src="<a  rel="nofollow" href="http://domain/xxx/xxx/s?websitename.ABOUT"">http://domain/xxx/xxx/s?websitename.ABOUT"</a>;
width="1" height="1" alt="">
</noscript>



does this make more sense? thanks again.


no.

a  tag does not belong inside </pre></span>
</blockquote><br>

<h3><span class=subject><a href="/zope@zope.org/msg28334.html">Re: [Zope] extract page title</a></span></h3>
<div class="darkgray font13">
<span class="sender pipe">
<span class=date><a href="/search?l=zope%40zope.org&q=date:20070424&o=newest&f=1">2007-04-24</a></span></span>
<span class="sender pipe">
<span class=thead><a href="/search?l=zope%40zope.org&q=subject:%22%5C%5BZope%5C%5D+extract+page+title%22&o=newest&f=1">Thread</a></span></span>
<span class=name><a href="/search?l=zope%40zope.org&q=from:%22Andreas+Jung%22&o=newest&f=1">Andreas Jung</a></span>
</div>
<blockquote><span class="msgFragment"><pre>



--On 24. April 2007 15:25:24 +0100 Dean Hale <[EMAIL PROTECTED]> 
wrote:




Hi Andreas,

Thanks, will try

basically if i have some zpt pages with the tiltle

INTRODUCTION

ABOUT

somehow within below the page title should be appended after
'websitename.'



<noscript>
<img src="<a  rel="nofollow" href="http://domain/xxx/xxx/s?websitename.INTRODUCTION"">http://domain/xxx/xxx/s?websitename.INTRODUCTION"</a>;
width="1" height="1" alt="">
</noscript>





<noscript>
<img src="<a  rel="nofollow" href="http://domain/xxx/xxx/s?websitename.ABOUT"">http://domain/xxx/xxx/s?websitename.ABOUT"</a>;
width="1" height="1" alt="">
</noscript>



does this make more sense? thanks again.


no.

a  tag does not belong inside </pre></span>
</blockquote><br>

<h3><span class=subject><a href="/zope@zope.org/msg28333.html">Re: [Zope] extract page title</a></span></h3>
<div class="darkgray font13">
<span class="sender pipe">
<span class=date><a href="/search?l=zope%40zope.org&q=date:20070424&o=newest&f=1">2007-04-24</a></span></span>
<span class="sender pipe">
<span class=thead><a href="/search?l=zope%40zope.org&q=subject:%22%5C%5BZope%5C%5D+extract+page+title%22&o=newest&f=1">Thread</a></span></span>
<span class=name><a href="/search?l=zope%40zope.org&q=from:%22Dean+Hale%22&o=newest&f=1">Dean Hale</a></span>
</div>
<blockquote><span class="msgFragment"><pre>


Hi Andreas,

Thanks, will try

basically if i have some zpt pages with the tiltle

INTRODUCTION

ABOUT

somehow within below the page title should be appended after  
'websitename.'




<noscript>
<img src="<a  rel="nofollow" href="http://domain/xxx/xxx/s?websitename.INTRODUCTION"">http://domain/xxx/xxx/s?websitename.INTRODUCTION"</a>;
width="1" height="1" alt="">
</noscript>





<noscript>
<img src="<a  rel="nofollow" href="http://domain/xxx/xxx/s?websitename.ABOUT"">http://domain/xxx/xxx/s?websitename.ABOUT"</a>;
width="1" height="1" alt="">
</noscript>



does this make more sense? thanks again.

dean

On 24 Apr 2007, at 15:16, Andreas Jung wrote:



--On 24. April 2007 15:05:49 +0100 Dean Hale  
<[EMAIL PROTECTED]> wrote:



Hi

I'm trying to implement some web tracking code within a page template,
however a little stuck.

In the code below i'd like to append the page template - page title
between the  tags dynamically rather than having to manually  
add

to each page


<noscript>
<img src="<a  rel="nofollow" href="http://domain/xxx/xxx/s?websitename.PAGETITLE"">http://domain/xxx/xxx/s?websitename.PAGETITLE"</a>;
width="1" height="1" alt="">
</noscript>




Please rephrase your posting. It's not easy to understand what your real
problem is (using TALES within the </pre></span>
</blockquote><br>

<h3><span class=subject><a href="/zope@zope.org/msg28332.html">Re: [Zope] extract page title</a></span></h3>
<div class="darkgray font13">
<span class="sender pipe">
<span class=date><a href="/search?l=zope%40zope.org&q=date:20070424&o=newest&f=1">2007-04-24</a></span></span>
<span class="sender pipe">
<span class=thead><a href="/search?l=zope%40zope.org&q=subject:%22%5C%5BZope%5C%5D+extract+page+title%22&o=newest&f=1">Thread</a></span></span>
<span class=name><a href="/search?l=zope%40zope.org&q=from:%22Andreas+Jung%22&o=newest&f=1">Andreas Jung</a></span>
</div>
<blockquote><span class="msgFragment"><pre>



--On 24. April 2007 15:05:49 +0100 Dean Hale <[EMAIL PROTECTED]> 
wrote:



Hi

I'm trying to implement some web tracking code within a page template,
however a little stuck.

In the code below i'd like to append the page template - page title
between the  tags dynamically rather than having to manually add
to each page


<noscript>
<img src="<a  rel="nofollow" href="http://domain/xxx/xxx/s?websitename.PAGETITLE"">http://domain/xxx/xxx/s?websitename.PAGETITLE"</a>;
width="1" height="1" alt="">
</noscript>




Please rephrase your posting. It's not easy to understand what your real
problem is (using TALES within the </pre></span>
</blockquote><br>

<h3><span class=subject><a href="/zope@zope.org/msg28331.html">[Zope] extract page title</a></span></h3>
<div class="darkgray font13">
<span class="sender pipe">
<span class=date><a href="/search?l=zope%40zope.org&q=date:20070424&o=newest&f=1">2007-04-24</a></span></span>
<span class="sender pipe">
<span class=thead><a href="/search?l=zope%40zope.org&q=subject:%22%5C%5BZope%5C%5D+extract+page+title%22&o=newest&f=1">Thread</a></span></span>
<span class=name><a href="/search?l=zope%40zope.org&q=from:%22Dean+Hale%22&o=newest&f=1">Dean Hale</a></span>
</div>
<blockquote><span class="msgFragment"><pre>

Hi

I'm trying to implement some web tracking code within a page  
template, however a little stuck.


In the code below i'd like to append the page template - page title  
between the  tags dynamically rather than having to manually  
add to each page



<noscript>
<img src="<a  rel="nofollow" href="http://domain/xxx/xxx/s?websitename.PAGETITLE"">http://domain/xxx/xxx/s?websitename.PAGETITLE"</a>;
width="1" height="1" alt="">
</noscript>


do you have any advise please on how this could be done?

thanks very much
dean



___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )

</pre></span>
</blockquote><br>
    <h2></h2>
  </div>
  <div class="aside" role="complementary">
    <div class="logo">
      <a href="/"><img src="/logo.png" width=247 height=88 alt="The Mail Archive"></a>
    </div>
    <h2>14 matches</h2>
    <br>
    
<ul><li><a href="/search?l=zope%40zope.org&q=subject%3A%22%5C%5BZope%5C%5D+extract+page+title%22&a=1&o=newest&f=1">Advanced search</a></li></ul>
<form class="overflow" action="/search" method="get">
<input type="hidden" name="l" value="zope@zope.org">
<label class="hidden" for="q">Search the list</label>
<input class="submittext" type="text" id="q" name="q" placeholder="Search zope" value="subject:"\[Zope\] extract page title"">
<input class="submitbutton" id="submit" type="image" src="/submit.png" alt="Submit">
</form>

    
    <div class="nav margintop" id="nav" role="navigation">
      <h2 class="hidden">
                               Site Navigation
      </h2>
      <ul class="icons font16">
        <li class="icons-home"><a href="/">The Mail Archive home</a></li>
        <li class="icons-list">
          <a href="/zope@zope.org" title="c" id="c">zope - all messages</a></li>
        <li class="icons-about">
          <a href="/zope@zope.org/info.html">zope  - about the list</a></li>
        <li class="icons-expand"><a href="/search?l=zope%40zope.org&q=subject%3A%22%5C%5BZope%5C%5D+extract+page+title%22&o=newest" title="e" id="e">Expand</a></li>
      </ul>
    </div>

    <div class="listlogo margintopdouble">
      <h2 class="hidden">
  				Mail list logo
      </h2>
      
    </div>
  </div>
  <div class="footer" role="contentinfo">
    <h2 class="hidden">
	        	      Footer information
    </h2>
    <ul>
      <li><a href="/">The Mail Archive home</a></li>
      <li><a href="/faq.html#newlist">Add your mailing list</a></li>
      <li><a href="/faq.html">FAQ</a></li>
      <li><a href="/faq.html#support">Support</a></li>
      <li><a href="/faq.html#privacy">Privacy</a></li>
    </ul>
  </div>
<script language="javascript" type="text/javascript">
document.onkeydown = NavigateThrough;
function NavigateThrough (event)
{
  if (!document.getElementById) return;
  if (window.event) event = window.event;
  if (event.target.tagName == 'INPUT') return;
  if (event.ctrlKey || event.metaKey) return;
  var link = null;
  switch (event.keyCode ? event.keyCode : event.which ? event.which : null) {
    case 69:
      link = document.getElementById ('e');
      break;
    }
  if (link && link.href) document.location = link.href;
}
</script>
</body>
</html>