Let me first start out by saying I am pretty new to HTML in general and have some python programming experience from learning on my own. So my question is this, I am in the process of creating a website. What I want this website to do is have four buttons on the front page (I.E "A", "B", "C", "D") and when you click on one button it takes you page "A". In page "A" there is a button labeled "Create New". What I would like this button to do is open a word document that is a form in the HTML page that then can be modified and saved to the server.
So far what I have completed is the homepage but I am stuck on how to get the "Create NeW" button to open the word document embedded in the HTML. Does this require the button to execute a python code that displays the document? Sorry if this is a dumb question. Just look for a place to start and I can probably google the rest, just don't know what to google! Thanks