I am making my own homepage. I need to set up a box for others to enter the feedback or comments? How should I do this?
<form> <input type="button" value="Submit" name="B1" onClick="javascript:answer_window('system_answer.html')"> </form>
Now, my question is how to make a system_anser.html>
Thanks alot
<form> <input type="button" value="Submit" name="B1" onClick="javascript:answer_window('system_answer.html')"> </form>
Now, my question is how to make a system_anser.html>
Thanks alot