Alexander--: iframe Problem

Beitrag lesen

Gebe das target beim Formular an.

Hab ich gemacht aber das Suchformular öffnet sich immer noch im iframe :(

<style type="text/css">
@import url(http://www.google.com/cse/api/branding.css);
</style>
<base target="_top">
<div class="cse-branding-bottom" style="background-color:#FFFFFF;color:#000000">
  <div class="cse-branding-form">
<base target="_top">
    <form action="http://www.google.de/cse" id="cse-search-box">
      <div>
        <input type="hidden" name="cx" value="partner-pub-xxx" />
        <input type="hidden" name="ie" value="ISO-8859-1" />
        <input type="text" name="q" size="31" />
        <input type="submit" name="sa" value="Suche" />
<base target="_top">
      </div>
    </form>
  </div>
  <div class="cse-branding-logo">
    <img src="http://www.google.com/images/poweredby_transparent/poweredby_FFFFFF.gif" alt="Google" />
  </div>
  <div class="cse-branding-text">
    Benutzerdefinierte Suche
  </div>
</div>