<?php } ?> <form method="post" enctype="multipart/form-data" action="index.php" id="Form1" name="Form1"> <?php echo ValueGet("HTML"); ?> <?php echo ehHiddenAndData(); ?> </form> </td> <td class="bmid-right"></td> </tr> </table> </td> </tr> <tr> <td height=50px> <table width=100% cellspacing=0 cellpadding=0 height=100%> <tr> <td class="bbot-sw"></td> <td class="bbot-center"> </td> <td class="bbot-se"></td>
function ehStandardContent($dotitle = false) { $NEVERUSED = $dotitle; if (vgaGet('NOFORM') != true) { ehStandardFormOpen(); } $HTML_nots = aNoticesClean(); if (count($HTML_nots) > 0) { echo '<div class="noticebox">'; foreach ($HTML_nots as $not) { echo '<p>' . $not . '</p>'; } echo '</div>'; } echo vgfGet("HTML"); if (!vgfGet('suppress_hidden')) { ehHiddenAndData(); } if (vgaGet('NOFORM') != true) { echo "</form>"; /* $scr1=implode("",ArraySafe($GLOBALS['AG'],'fset',array())); $scr2=implode("",ArraySafe($GLOBALS['AG'],'freset',array())); ?> </form> <script type="text/javascript"> function fieldsSet() { alert('Ran fieldsset'); <?php echo $scr1?> alert("end of fieldsSet"); } function fieldsReset() { alert('Ran FieldsReset'); <?php echo $scr2?> alert("end of fieldsReset"); } </script> <?php */ } }