Hi,
I am trying to disable an image button but it says it is null or not an object - where am I going wrong please?
<form name="form" method="post">
<input type="image" name="submitbutton" src="button.jpg" height="30">
</form>
<script>
{
form.submitbutton.disabled=true;
}
</script>
Thanks very much
Ed
I am trying to disable an image button but it says it is null or not an object - where am I going wrong please?
<form name="form" method="post">
<input type="image" name="submitbutton" src="button.jpg" height="30">
</form>
<script>
{
form.submitbutton.disabled=true;
}
</script>
Thanks very much
Ed