MessageYou need a <form> before the <select>. Hope this helps.
-----Original Message-----
From: Balaji Ankem [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, March 12, 2002 4:13 AM
To: 'Php-General'
Subject: [PHP] Can anybody tell what is wrong with this file?
H i friend,
I am using the browser Netscape 4.7.
It z not displaying the select box..blindly displaying in text format.. (If
u want to see open example.jpg)
Example.html
=============================================
<!DOCTYPE html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<body>
<table>
<tr>
<td width="19%" bgcolor="#DBF3DE">1</td>
<td width="15%" bgcolor="#DBF3DE">11111</td>
<td width="14%" bgcolor="#DBF3DE">Raghu</td>
<td width="19%" bgcolor="#DBF3DE">Modem</td>
<td width="18%" bgcolor="#DBF3DE">8L_LT</td>
<td width="14%" bgcolor="#DBF3DE">W_SW150_1</td>
<td width="14%" bgcolor="#DBF3DE">NULL</td>
<td width="14%" bgcolor="#DBF3DE">NULL</td>
<td width="14%" bgcolor="#DBF3DE">Pending</td>
<td>
<select name="change1">
<option value="">SELECT</option>
<option value="Approved">Approved</option>
<option value="Rejected">Rejected</option>
</select>
</td>
<td width="14%" bgcolor="#DBF3DE">
<form name="name_1" method="post" action="modify_status.php">
<input type="submit" name="modify" value="SUBMIT">
<input type="hidden" name="req_id" value="1">
<input type="hidden" name="dev_tag"
value="W_SW150_1">
</form><br>
</td>
</tr>
</table>
</body>
</html>
=============================================
Thanks in advance
Balaji