Hallo,

habe in Honeygrid v3.4.0.0. unter admin>shop online/offline>Pop-Up ein Popupfenster erstellt.

Nun möchte ich, dass sich das Fenster selbständig schließt, wenn ein Button angeklickt wird.

Hier der verwendete Code für das Fenster:

<div id="popcontainer">
<div id="popcontainer-top">
<img alt="" src="images/logo.png" style="width: 293px; height: 78px; float: left;margin-right:20px" />Import &amp; Export - Gross- u. Einzelhandel
</div>

<div class="clr">
&nbsp;
</div>

<div id="popcontainer-titel">
<img alt="" src="images/haken.png" />preiswerter Einkauf vom Importeur <img alt="" src="images/haken.png" /> kompetent <img alt="" src="images/haken.png" /> zuverl&auml;ssig <img alt="" src="images/haken.png" /> schnell geliefert
</div>

<div id="popcontainer-main">
<h2>H&Auml;NDLER-REGISTRIERUNG</h2>
Nach der Anmeldung sehen Sie bis zur kostenlosen Freischaltung nur Endkunden-Preise, inkl. 19% MwSt.<br />
Zur sofortigen Freischaltung k&ouml;nnen Sie beim Registriervorgang auch Ihre Umsatzsteuer-Identnummer angeben und sofort zu Ihrem g&uuml;nstigen H&auml;ndler-EK einkaufen.
</div>

<div id="popcontainer-buttons">
<a class="btn btn-pop btn-block pop" href="shop.php?do=CreateRegistree">zur H&auml;ndler-Registrierung</a> <a class="btn btn-default btn-block pop" href="login.php">bin schon H&auml;ndler-Kunde</a>
</div>

<p>
<br />
&nbsp;
</p>

<div id="popcontainer-main">
<h2><br />
ICH BIN PRIVATKUNDE</h2>
Es ist keine Registrierung erforderlich
</div>

<div id="popcontainer-buttons">
<a class="btn btn-default btn-block pop" href="index.php">zum SHOP</a>
</div>
</div>


Es würde mich freuen, wenn mir hier jemand helfen könnte, da ich im Gambio-Forum keine Hilfe fand.

Karlheinz