tigerbullseye
New member
hi guys, I'm a student working on a website for comp sci career choices,opportunities, etc. The problem I am having is that i am not able to make these clickable buttons work.
the code im using for making them is:
<FORM METHOD="LINK" ACTION="home page.html">
<INPUT TYPE="submit" VALUE="homepage">
<FORM METHOD="LINK" ACTION="topic1.html">
<INPUT TYPE="submit" VALUE="Education and Training">
<FORM METHOD="LINK" ACTION="topic2.html">
</FORM>
I'm not sure what the problem is because all it does is that it makes the button and its clickable but it does not take you anywhere.I have enetered the right file names for it to connect but there is still something wrong. thanks in advance
just so you guys know, im a student, just started using HTML so a working example using my code in would be GREAT! thanks!
the code im using for making them is:
<FORM METHOD="LINK" ACTION="home page.html">
<INPUT TYPE="submit" VALUE="homepage">
<FORM METHOD="LINK" ACTION="topic1.html">
<INPUT TYPE="submit" VALUE="Education and Training">
<FORM METHOD="LINK" ACTION="topic2.html">
</FORM>
I'm not sure what the problem is because all it does is that it makes the button and its clickable but it does not take you anywhere.I have enetered the right file names for it to connect but there is still something wrong. thanks in advance
just so you guys know, im a student, just started using HTML so a working example using my code in would be GREAT! thanks!