S
Steven Malcolm
Hello
I am totally new to HTML.
What I need is a way to close a form, i have already tried to use code like
<form>
<input type="button" value="Close Window" onClick="self.close()">
</form>
But this brings another little form saying that the form is trying to close
the window.
What I need is a button, but oes not ask if you want to close the for, just
closes.
TIA
Steven
I am totally new to HTML.
What I need is a way to close a form, i have already tried to use code like
<form>
<input type="button" value="Close Window" onClick="self.close()">
</form>
But this brings another little form saying that the form is trying to close
the window.
What I need is a button, but oes not ask if you want to close the for, just
closes.
TIA
Steven