예제 #1
0
    <input id='submit' type='submit' name='new' value="Submit" style="float:right; margin-right:20px">
</fieldset>
</form>
</div>

<div style="float:right;clear:right; width: 49%;"> <!--RIGHT SIDE-->

<button id="more2" name="remove" style="width:20%; margin-left:43%; margin-right:43%;">Remove a Custom Event</button>

<form id="yourDiv2" method="post" action="tacal.php" style="visibility:hidden; margin-left:25%; margin-right:27%;">
<fieldset id="yourDiv2" style="background-color:white; width: 50%">
<legend><b>Remove a Custom Event</b></legend>

<select name="drop">
<?php 
populate_custom($_GET['tacal'], $_SESSION['year'], $_SESSION['season']);
?>
</select>

<!--    <input id='submit' type='submit' name='remove_custom' value="Remove" style="float:right; margin-right:20px">
-->
    <input name="tacal" type="text" style="visibility:hidden" value="<?php 
print $_GET['tacal'];
?>
">
    <input id='submit' type='submit' name="r" value="Submit" style="float:right; margin-right:20px">

</fieldset>
</form>
</div>
<script>
예제 #2
0
    <input id='submit' type='submit' name='new' value="Submit" style="float:right; margin-right:20px">
</fieldset>
</form>
</div>

<div style="float:right;clear:right; width: 49%;"> <!--RIGHT SIDE-->

<button id="more2" name="remove" style="width:20%; margin-left:43%; margin-right:43%;">Remove a Custom Event</button>

<form id="yourDiv2" method="post" action="tacal.php" style="visibility:hidden; margin-left:25%; margin-right:27%;">
<fieldset id="yourDiv2" style="background-color:white; width: 50%">
<legend><b>Remove a Custom Event</b></legend>

<select name="drop">
<?php 
populate_custom($_SESSION['sid'], $_SESSION['year'], $_SESSION['season']);
?>
</select>

<!--    <input id='submit' type='submit' name='remove_custom' value="Remove" style="float:right; margin-right:20px">
-->
    <input id='submit' type='submit' name="r" value="Submit" style="float:right; margin-right:20px">

</fieldset>
</form>
</div>
<script>
    var theButton = document.getElementById('more');

    theButton.onclick = function()
    {