l.despontin
|
| Posted: 06/15/2003, 7:28 AM |
|
I had a button (type button or other) with the interface. The button is showed in the HTML, but doesn't appear when I ececute the php page.
Here is the html code. What is missing?
<td width="22%" align="right">
<!-- BEGIN Button Register -->
<input type="button" value="Enregistrement" name="Register" onclick="'selectURL("Enregistrment.php");loadURL();'">
<!-- END Button Register -->
</td>
REgards.
Luc.
|
|
|
 |
Karen
|
| Posted: 06/16/2003, 8:25 AM |
|
Is it linked to an insert/update/delete operation (data properties)? If it is, it may not appear if the operation is not valid for the form.
Hope this helps!
|
|
|
 |
|