Hallo Leute,
ich habe ein Problem und hoffe auf eine Hilfestellung eurerseits.
Ich habe folgendes Formular ( AUSZUG ) :
nun möchte ich gerne, wenn bei den Radiobutton => p_typ=3
ist folgende Zeilen eingefügt werden und bei den anderen Werten soll Sie nicht sichtbar sein oder Deaktiviert.
Für Hilfe wäre ich dankbar
Gruss Manuela
ich habe ein Problem und hoffe auf eine Hilfestellung eurerseits.
Ich habe folgendes Formular ( AUSZUG ) :
PHP-Code:
<form action="{$c2[root]}/pages/links/add.php?act=addlink&titel={$titel}" method="post">
<table width=500 border=0 align=center cellpadding=0 cellspacing=0>
<tr><td colspan=2 align=center >Füllen Sie zur Registrierung eines neuen Links dieses Formular bitte vollständig aus. Ihre Linkanmeldung wird dann anschließend von uns überprüft und freigeschaltet.<p></td></tr>
<tr><td colspan=2 height=25></td></tr>
<tr><td colspan=2><img src="{$c2[root]}/images/shared/icon_link_new.gif"> <b>Gewünschter Eintrag</b></td></tr>
<tr><td colspan=2><hr size="1" noshade color="#666666"></td></tr>
<tr><td colspan=2 height=20></td></tr>
<tr><td colspan=2 valign=top>
<table align=center width=380 border=0 cellpadding=2 cellspacing=0>
<tr><td width=30><label><input type="radio" name="p_typ" value="0" checked></td><td><b>Standard</b>
{if ($c2[kosten_typ_0] == 0)}
(kostenlos)</td></tr>
{else}
({$c2[kosten_typ_0]} € / {$intervall})</td></tr>
{/if}
<tr><td colspan=2 height=5></td></tr>
<tr><td width=30><label><input type="radio" name="p_typ" value="1"></label></td><td><b>Silber</b> ({$c2[kosten_typ_1]} € / {$intervall})</td></tr>
<tr><td></td><td><font class=smallgrey>Die Eintrag wird optisch hervorgehoben durch einen <img src="{$c2[root]}/images/shared/1stars.gif"></font></td></tr>
<tr><td colspan=2 height=5></td></tr>
<tr><td width=30><label><input type="radio" name="p_typ" value="2"></label></td><td><b>Gold</b> ({$c2[kosten_typ_2]} € / {$intervall})</td></tr>
<tr><td></td><td><font class=smallgrey>Der Eintrag wird optisch hervorgehoben durch zwei <img src="{$c2[root]}/images/shared/2stars.gif"></font></td></tr>
<tr><td colspan=2 height=5></td></tr>
<tr><td width=30><label><input type="radio" name="p_typ" value="3"></label></td><td><b>Premium</b> ({$c2[kosten_typ_3]} € / {$intervall})</td></tr>
<tr><td></td><td><font class=smallgrey>Der Eintrag wird optisch hervorgehoben durch drei <img src="{$c2[root]}/images/shared/3stars.gif"></font></td></tr>
</table>
</td></tr>
<tr><td colspan=2 height=30></td></tr>
<tr><td colspan=2><img src="{$c2[root]}/images/shared/icon_editcode.gif"> <b>Linkdaten</b></td></tr>
<tr><td colspan=2><hr size="1" noshade color="#666666"></td></tr>
<tr><td width=200>Titel<font color="#ff0000">*</font></td><td><input style="FONT-SIZE: 11px; width: 300px;" name="p_titel" value="{$p_titel}"></td></tr>
<tr><td><hr size="1" noshade color="#cccccc"></td><td></td></tr>
<tr><td width=200>URL<font color="#ff0000">*</font></td><td valign=top><input style="FONT-SIZE: 11px; width: 300px;" type="text" name="p_url" value="{$p_url}"><br><font class="smallgrey">Bitte unbedingt mit "http://www."angeben</font></td></tr>
<tr><td><hr size="1" noshade color="#cccccc"></td><td></td></tr>
<tr><td width=200>Kategorie<font color="#ff0000">*</font></td><td valign=top>
<select style="FONT-SIZE: 11px; width: 300px;" name="p_bereich_id" size="1">
{$add_addlink_kat_1}
</select></td></tr>
<tr><td><hr size="1" noshade color="#cccccc"></td><td></td></tr>
<tr><td width=200 valign=top>Beschreibung<font color="#ff0000">*</font></td><td valign=top><textarea style="FONT-SIZE: 12px; WIDTH: 300px;" name="p_beschreibung" cols="42" rows="5">{$p_beschreibung}</textarea></td></tr>
!!! ..... HIER SOLL DIE ZEILE EINGEFÜGT WERDEN ....... !!!
<tr><td colspan=2 height=35></td></tr>
<tr><td colspan=2><img src="{$c2[root]}/images/shared/icon_user.gif"> <b>Persönliche Daten</b></td></tr>
<tr><td colspan=2><hr size="1" noshade color="#666666"></td></tr>
<tr><td width=200>Firma</td><td><input style="FONT-SIZE: 11px; width: 300px;" type="text" name="p_firma" value="{$p_firma}"></td></tr>
<tr><td><hr size="1" noshade color="#cccccc"></td><td></td></tr>
<tr><td width=200>Name<font color="#ff0000">*</font></td><td><input style="FONT-SIZE: 11px; width: 300px;" type="text" name="p_name" value="{$p_name}"></td></tr>
<tr><td><hr size="1" noshade color="#cccccc"></td><td></td></tr>
<tr><td width=200>Strasse<font color="#ff0000">*</font></td><td><input style="FONT-SIZE: 11px; width: 300px;" type="text" name="p_strasse" value="{$p_strasse}"></td></tr>
<tr><td><hr size="1" noshade color="#cccccc"></td><td></td></tr>
<tr><td>PLZ / Ort<font color="#ff0000">*</font></td><td><input maxlength="5" style="FONT-SIZE: 11px; width: 40px;" type="text" name="p_plz" value="{$p_plz}"> <input style="FONT-SIZE: 11px; width: 255px;" type="text" name="p_ort" value="{$p_ort}"></td></tr>
<tr><td><hr size="1" noshade color="#cccccc"></td><td></td></tr>
<tr><td width=200>Email<font color="#ff0000">*</font></td><td><input style="FONT-SIZE: 11px; width: 300px;" type="text" name="p_email" value="{$p_email}"></td></tr></table></form>
ist folgende Zeilen eingefügt werden und bei den anderen Werten soll Sie nicht sichtbar sein oder Deaktiviert.
PHP-Code:
<tr><td width=200>Banner-URL</td><td><input style="FONT-SIZE: 11px; width: 300px;" type="text" name="p_pic_banner" value="{$p_pic_banner}"><br><font class=smallgrey size=1>Bitte unbedingt mit [url]http://www.[/url] angeben</font></td></tr>
Gruss Manuela
Kommentar