MessageTry this <html> <head> </head> <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> <form name="name_1" method="post" action="modify_status.php"> <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"> <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"> </td> </form> </tr>
</table> </body> </html> "Balaji Ankem" <[EMAIL PROTECTED]> wrote in message 001a01c1c9a6$0dd19e40$[EMAIL PROTECTED]">news:001a01c1c9a6$0dd19e40$[EMAIL PROTECTED]... 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