<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta http-equiv="content-type" content="text/html;
      charset=ISO-8859-15">
  </head>
  <body text="#000000" bgcolor="#ffffff">
    Hi,<br>
    <br>
    i want to show the permalink in a textfield. My first approach looks
    like that:<br>
    <br>
    <i>        new OpenLayers.Control.Permalink('permalink')<br>
      <br>
      .<br>
      .<br>
      .<br>
                      items:[{<br>
                          xtype: 'textfield',<br>
                          width: 500,<br>
                          value: &lt;a href=""
      id="permalink"&gt;Permalink&lt;/a&gt;<br>
                      }]</i><br>
    <br>
    <br>
    I don't know how to get the value of the permalink so i can simply
    set it as the value.<br>
    <br>
    Regards Kai<br>
    <br>
  </body>
</html>