Forum Moderators: open
<Form id="DTF" onSubmit="GetN(this.form.id);return false;">
<INPUT Type="image" id="DT" value="DT=123" src="/images/MenuItemButton.php?AnyText=123" width="64" height="64" onclick="GetN(this.form.id);return false;"></form>
Thanks AGAIN!
M
<INPUT Type="image" id="DT" value="DT=123" src="/images/MenuItemButton.php?AnyText=123" width="64" height="64" onclick="GetN(this.form.id);return false;">
with
<img src="/images/MenuItemButton.php?AnyText=123" width="64" height="64" onclick="GetN('DT');" />
maybe, is there a need to enclose it withim a form?