Nieuw lid |
|
Hallo allemaal,
Mijn eerste post, dus ik hoop dat hij volgens de (gelezen) regels is. Ik zit al een paar uur te worstelen met de code van een formulier. Hij geeft namelijk direct de foutmelding op mijn website:
T_CONSTANT_ENCAPSED_STRING
De code is kort, dus ik geef hem geheel:
<form action="http://application.budgetmailer.com/subscribe.aspx"
method=post name=budgetmailer_form target=budgetmailer_window>
<table style="font-family: Arial;font-size: 11px">
<tr><td>Voornaam: </td><td><input type=text name=naam size=25 maxlength=50></td></tr>
<tr><td>Tussenvoegsel: </td><td><input type=text name=tussenvoegsel size=25 maxlength=10></td></tr>
<tr><td>Achternaam: </td><td><input type=text name=achternaam size=25 maxlength=50></td></tr>
<tr><td>E-mail adres: </td><td><input type=text name=email size=25 maxlength=50></td></tr>
<tr><td><input type=button value="Aanmelden"
onClick = "window.open('','budgetmailer_window','width=300,height=80,toolbar=0');
budgetmailer_form.form_action.value='1';
var a=window.setTimeout('document.budgetmailer_form.submit();',500);"></td>
<td><input type=button value="Afmelden"
onClick="window.open('','budgetmailer_window','width=300,height=80,toolbar=0');
budgetmailer_form.form_action.value='-1';
var a=window.setTimeout('document.budgetmailer_form.submit();',500);"></td></tr></table>
<input type=hidden name=form_id value="0X@@12wyJ8W698=">
<input type=hidden name=form_action>
</form>
<form action="http://application.budgetmailer.com/subscribe.aspx" method=post name=budgetmailer_form target=budgetmailer_window> <table style="font-family: Arial;font-size: 11px"> <tr><td>Voornaam: </td><td><input type=text name=naam size=25 maxlength=50></td></tr> <tr><td>Tussenvoegsel: </td><td><input type=text name=tussenvoegsel size=25 maxlength=10></td></tr> <tr><td>Achternaam: </td><td><input type=text name=achternaam size=25 maxlength=50></td></tr> <tr><td>E-mail adres: </td><td><input type=text name=email size=25 maxlength=50></td></tr> onClick = "window.open('','budgetmailer_window','width=300,height=80,toolbar=0'); budgetmailer_form.form_action.value='1'; var a=window.setTimeout('document.budgetmailer_form.submit();',500);"></td> <td><input type=button value="Afmelden" onClick="window.open('','budgetmailer_window','width=300,height=80,toolbar=0'); budgetmailer_form.form_action.value='-1'; var a=window.setTimeout('document.budgetmailer_form.submit();',500);"></td></tr></table> <input type=hidden name=form_id value="0X@@12wyJ8W698="> <input type=hidden name=form_action>
Wie ziet de fout(en) wel? Ik word er een beetje moedeloos van...
Vriendelijke groet,
Wemke
|