Hi guys
I have a form on a web page. I am creating a web page to log calls that come in. Basically what I want to do is press the button and the time and date will apprear in the text box.
Thanks a lot for your help
JK
Code:
<Form>
<input type="submit" name="Call Received" value="Call Received">
<input type="text"name="time">
</Form>