Jump to content

No form showing


russia5

Recommended Posts

Hello, I am including one PHP template into another. In the Browser Firefox, the form shows, however, in IE, the form does not show.  Can anyone tell me why?

 


<HTML>
<HEAD>
<div id="overDiv" style="position:absolute; visibility:hidden; z-index:1000;"></div>
<script type="text/javascript" language="JavaScript" src="/javascripts/overlib.js"></script>

<TITLE>Business Introductions</TITLE>
<style type="text/css">
<!--
.testspan {
color:#BB0022;
}
//-->
</style>
</HEAD>
<BODY bgcolor="#ffffff">
<style type="text/css">
input { border: 1px solid #808000; width: 336px }
textarea { border: 1px solid #808000 }
select { font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif }
</style>
<table width="80%" border="1" cellspacing="0" cellpadding="0">
<tr>
  <td valign="top"><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Russian Hosts</title>
<link rel="stylesheet" type="text/css" href="stylesheet.css" >
</head>
<body>
  <ul id="navigation">
  <li>
<a href="">Home<br /></a>
</li>
  <li>
<a href="/aboutus.php">About Us<br /></a>
</li>
  <li>
<a href="/privacy_policy.php">Privacy Policy<br /></a>
</li>
<li>
<a href="/disclaimer.php">Disclaimer<br /></a>
</li>
<li>
<a href="contactus.php">Contact Us<br /></a>
</li>
</ul>
</td>
<td style="background-color: #d9e3ed">
<div></div>
<div><form method='post' action='contactus_processor.php'>
<table width='60%'>
<tr>
<td colspan='2' align='center'><h3>Contact us</h3></td>
</tr>
<tr>
<td valign='top'><input type='hidden' name='to' vlue='gregory' size='20'><input type='hidden' name='form' value='Contact us'>Message: </td>
<td><textarea name='message' rows='20' cols='50'></textarea>
</td>
</tr>
<tr>
	<td><input type='reset' value='Reset form'></td>
	<td><input type='submit' value='Send'></td>
</tr>
</table>
</form>
</div>
</td>
</tr>
</table>
</BODY>
</HTML>

<- end of sourse from IE ->


Link to comment
https://forums.phpfreaks.com/topic/75663-no-form-showing/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.