L
lukas.zierer
hi there!
i've got a little problem with mozilla firefox. open
http://www.biancoblu.ch/index.php5?id=contact once in internet explorer
and once in firefox. you'll see, the formular won't be shown in
firefox. when you have a look at the pages source code, it looks like a
normal one.
it will be shown, when i remove the <form> tag, but that's not what i
want because what i want is a working contact formular.
at the end of this message you'll find a snippet of the page's source
code.
thank you for helping me
lukas
<div id="content">
<table cellpadding="0" cellspacing="0" width="100%"
height="100%">
<tr>
<td width="100%" height="100%">
<p class="content">
<form action="./index.php5" method="POST">
<input type="hidden" name="id" value="contact">
name: <input class="textfield" type="text" name="name" value=""><br>
e-mail: <input class="textfield" type="text" name="email"
value=""><br>
<textarea name="message"></textarea><br>
<input class="button" type="submit" name="sendmail" value="senden">
</form> </p>
</td>
</tr>
</table>
</div>
i've got a little problem with mozilla firefox. open
http://www.biancoblu.ch/index.php5?id=contact once in internet explorer
and once in firefox. you'll see, the formular won't be shown in
firefox. when you have a look at the pages source code, it looks like a
normal one.
it will be shown, when i remove the <form> tag, but that's not what i
want because what i want is a working contact formular.
at the end of this message you'll find a snippet of the page's source
code.
thank you for helping me
lukas
<div id="content">
<table cellpadding="0" cellspacing="0" width="100%"
height="100%">
<tr>
<td width="100%" height="100%">
<p class="content">
<form action="./index.php5" method="POST">
<input type="hidden" name="id" value="contact">
name: <input class="textfield" type="text" name="name" value=""><br>
e-mail: <input class="textfield" type="text" name="email"
value=""><br>
<textarea name="message"></textarea><br>
<input class="button" type="submit" name="sendmail" value="senden">
</form> </p>
</td>
</tr>
</table>
</div>