Zielek
Zwiader !
Dołączył: 11 Lip 2011 Posty: 20 Skąd: Przemyśl
|
Wysłany: 2012-01-23, 13:19 ShoutBox w Ogłoszeniu
|
|
|
1. ShoutBox w ogłoszeniu
Chcecie mieć ShoutBox w Ogłoszeniu
Wchodzicie kolejno:
PA
ShoutBox
Klikamy Wyłącz ShoutBox, lub coś podobnego
Wchodzimy kolejno:
PA
Konfiguracja
Strony Głównej
i w →Treść Ogłoszenia← wklejamy taki kod:
Kod:
Kod:
Kod: |
<form name="post" action="shoutbox_view.php" method="POST" target="shout_iframe">
<table width="200" align="center" cellpadding="0" cellspacing="0" border="0" class="forumline" style="border-width: 1px;">
<tr>
<td class="catHead" align="center" height="25"><span class="cattitle"><a href="shoutbox_view.php" class="mainmenu" title="Wszystkie Wiadomości">ShoutBox</a></span></td>
</tr>
<tr>
<td class="row1" align="center" valign="middle"><iframe style="border-width: 1px;" name="shout_iframe" src="shoutbox_view.php" width="200" height="250"></iframe></td>
</tr>
<tr>
<td class="row1" align="center" valign="bottom" nowrap="nowrap"><span class="gensmall">
Wiadomość: <input type="text" name="message" style="height:17px;font-size:9px;width:100px;" size="60" maxlength="500" value="" class="post" onFocus="Active(this)" onBlur="NotActive(this)">
<br /><input type="submit" name="submit_button" value="Wyślij" class="button" style="font-size:9px; height:17px;" onclick="this.form.submit(); post.message.value=''; return false;">
<input type="submit" name="refresh" value="R" style="font-size:9px; height:17px; cursor: pointer" title="Odśwież" class="button" onclick="post.message.value=''; this.form.submit();" />
<input type="hidden" name="mode" value="submit"></span></td>
</tr>
</table>
</form> |
|
|