Jump to content
xt:Commerce Community Forum

PopUp auf Startseite einfügen


exaxxio

Recommended Posts

Guten Tag,

ich würde gerne folgenden Tag in den Body einfügen um auf der Startseite ein Popup anzeigen zu lassen, allerdings finde ich den Body nicht. In der Index.html kann ja nicht sein oder?


<body<?php if($ads_shown !== true){ echo" onload=\"show_advertisement('banner', 'Jetzt Werbung anschauen!');\""; } ?>>

<h1>Werbebanner nur einmal täglich anzeigen</h1>

<div id="banner" style="display:none">
<h1>Jetzt kostenlos Katalog "shogazi ® Collection" / TOP 100 Schlafraummöbel anfordern!</h1>
<p></p><table cellspacing="20" cellpadding="20" border="0" style="width: 525px;" height:"500px;">
<tbody>
<tr>
<td><a title="shogazi ® Katalog " href="http://forum.jswelt.de/images/content/katalog/betten_matratzen_schlafsofa_katalog_shogazi_collection_2013.pdf">
<p style="text-align: center;"><img src="http://forum.jswelt.de/images/content/katalog/shogazi_kollection_betten_matratzen.jpg" border="0" alt="Betten, Matratzen und Schlafsofakatalog" title="Betten, Matratzen und Schlafsofakatalog" width="115" height="163" /></p>
</a></td>
<td>
<div style="text-align: justify;">JA, ich möchte die aktuelle Ausgabe des Katalogs TOP 100 SCHLAFRAUMMÖBEL "shogazi® Collection" Katalog kostenfrei per Post erhalten. Einfach Formular ausfüllen und morgen (meistens) ist er bereits bei Ihnen.</div>
<br />Alternativ können Sie unseren Katalog auch als PDF downloaden:<br /><br /> <a title="shogazi Katalog downloaden" href="http://forum.jswelt.de/images/content/katalog/katalog_shogazi-collection_2011.pdf" target="_blank"><img src="http://forum.jswelt.de/images/icons/pdficon.png" border="0" alt="shogazi Katalog downloaden" title="shogazi ® Collection Katalog PDF Download" width="15" height="15" /></a> <a title="shogazi Katalog downloaden" href="http://forum.jswelt.de/images/content/katalog/betten_matratzen_schlafsofa_katalog_shogazi_collection_2013.pdf" target="_blank">"shogazi ® Collection" Katalog (9,6 MB)</a></td>
</tr>
</tbody>
</table><p></p>
</div>



<form method="post" action="https://www.shogazi.de/shop_content.php?action=send&coID=39" id="contact_us">

<div class="legend">Ihre Adressdaten:</div>

<div class="boxForm"><label><span id="r_txt_Vorname_txt">Vorname:      *</span></label><input type="text" id="r_txt_Vorname" name="r_txt_Vorname"></div>
<div class="boxForm"><label><span id="r_txt_Nachname_txt">Nachname:  *</span></label><input type="text" id="r_txt_Nachname" name="r_txt_Nachname"></div>
<div class="boxForm"><label><span id="r_txt_Strasse_txt">Strasse, Nr.: *</span></label><input type="text" id="r_txt_Strasse" name="r_txt_Strasse"></div>
<div class="boxForm"><label><span id="r_txt_PLZ_txt">PLZ:               *</span></label><input type="text" id="r_txt_PLZ" name="r_txt_PLZ"></div>
<div class="boxForm"><label><span id="r_txt_Ort_txt">Ort:                 *</span></label><input type="text" id="r_txt_Ort" name="r_txt_Ort"></div>
<div class="boxForm"><label><span id="r_sel_Land_txt">Land:             *</span></label><select style="width:130px;" name="r_sel_Land"><option value="Deutschland">Deutschland</option><option value="Oesterreich">Österreich</option><option value="Schweiz">Schweiz</option><option value="Restliche EU">Restliche EU</option></select></div>
<div class="boxForm"><label><span id="n_mal_E-Mail_txt">E-Mail:             </span></label><input type="text" id="n_mal_E-Mail" name="n_mal_E-Mail"></div>



<br><br>
<div id="bottombtnLeft"><input type="image" title=" Weiter " alt="Weiter" src="templates/shogazi_0901/buttons/german/button_send_message.gif"></div>
</form>
</div>

</body>
</html>
[/HTML]

Vielen Dank schoneinmal

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
  • Create New...