Hi, I have a function that I just can't figure out why the _POST['variable'] does not get set. It would really be a help if someone could point me in the correct direction on this. Maybe I'm just being blind and can't see it.
thanks for you help😕
code:
<link rel="stylesheet" href="edt.css" type="text/css"/>
<!--<body bgcolor="#69c08a">-->
<body bgcolor="gray">
<span class="prdframecontainer">
<div class="prdframe">
<form action="prdlookup.php" source="prdlookup.php" name="pdv" method=post />
<input type="hidden" name="pdvsubmit" value="pdvsubmit" ></input>
<b>
<p align='center'>
Series of products: </b>
<td width="537" valign="top" bgcolor="#FFFFFF">
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="80" height="80" align="center" valign="middle" bgcolor="#E6CD5B">
<a href="">
<img src="dv_icon.gif" width="60" height="60" border="0"
alt="EDT digital video products" title=""></a></td>
<td bgcolor="#ECDA8F"><p class="bodytext">
<script type="text/javascript">
document.write('<strong><a href="" class="bodytextlink" onclick="javascript:document.pdv.submit(); return false;">Digital Video</a></strong>');
</script><br>
EDT manufactures a broad line of industrial digital camera interfaces
and long range extension systems, supporting Camera Link, RS-422, and LVDS
digital image output formats, on a wide variety of platforms.</p>
</td>
</tr>
</p>
</form>
<tr bgcolor="#FFFFFF">
<td align="left" valign="middle"><span class="whiteinvis">.</span></td>
<td><span class="whiteinvis style2">.</span></td>
</tr>
<tr>
<form action="prdlookup.php" source="prdlookup.php" name="pcd" method="post" />
<input type="hidden" name="pcdsubmit" value="pcdsubmit" ></input>
<td width="80" height="80" align="center" valign="middle" bgcolor="#DCB552"><a href=""><img src="tele_icon.gif" width="60" height="60" border="0" alt="EDT telemetry/telecom products" title=""></a></td>
<td bgcolor="#E6CB8A" class="bodytext">
<script type="text/javascript">
document.write('<strong><a href="" class="bodytextlink" onclick="javascript:document.pcd.submit(); return false;">Telecommunications, Telemetry</a></strong><br>');
</script>
High-speed input/output interfaces support a wide variety of protocols and
signal levels, including LVDS, RS422, ECL, PECL, SONET, T3, E3, MSDV-B, Ethernet, and single- or
multiple-channel, serial or parallel data transfers.</td>
</tr>
<tr bgcolor="#FFFFFF" class="whiteinvis">
<td width="0" height="0" align="center" valign="middle">.</td>
<td width="0" height="0">.</td>
</tr>
</form>
<tr>
<form action="prdlookup.php" source="prdlookup.php" name="das" method="post" />
<input type="hidden" name="dassubmit" value="dassubmit" ></input>
<td width="80" height="80" align="center" valign="middle" bgcolor="#cb784d"><a href=""><img src="gen_icon.gif" width="60" height="60" border="0" alt="EDT general purpose I/O" title=""></a></td>
<td bgcolor="#DFAe7C" class="bodytext">
<script type="text/javascript">
document.write('<strong><a href="" class="bodytextlink" onclick="javascript:document.das.submit(); return false;">Data Acquisition and Simulation </a></strong><br>');
</script>
From custom devices and data generators to scanners and DR11-W legacy
systems, EDT has a high-speed solution to provide connectivity to just
about any device.</td>
</tr>
<tr bgcolor="#FFFFFF" class="whiteinvis">
<td width="0" height="0" align="center" valign="middle">.</td>
<td width="0" height="0">.</td>
</tr>
</form>
<tr>
<form action="prdlookup.php" source="prdlookup.php" name="mav" method="post" />
<input type="hidden" name="mavsubmit" value="mavsubmit" ></input>
<td width="80" height="80" align="center" valign="middle" bgcolor="#878f95"><a href=""><img src="mili_icon.gif" width="60" height="60" border="0" alt="EDT military & aerospace products" title=""></a></td>
<td bgcolor="#C6CCD1" class="bodytext">
<script type="text/javascript">
document.write('<strong><a href="" class="bodytextlink" onclick="javascript:document.mav.submit(); return false;">Military Avionics </a></strong><br>');
</script>
EDT's 1553 interfaces provide connectivity between MIL-STD 1553 avionics bus devices and PCI or PCI Express bus computers, running a variety of operating systems.</td>
</tr>
</table>
</td>
</form>
</div>
</div></div>
<?php
if (isset($_POST['pcvsubmit']))
{
check_submit($_POST);
}
?>