HTML - I Need Help Please Reply
Does anyone know any coding sites to learn coding that are better then this site? I have not learned anything on this site! If you know a good site post here!
Similar TutorialsHey there! I am wanting to create a form, so that when you click submit, all the input in the form will create a new post in the thread on my forum. This will be used to enter scores etc into the thread so it is easier to ready etc. What do I put in the html to do this? Here is what Iv got, it is only a short one just to test it out etc Quote: <form action="/newreply.php" method="POST" enctype="multipart/form-data" name="input" onsubmit="return checkForm();"> <p align="left">Your Gamertag: <select size="1" name="Team"> <option>Crimezy</option> <option>Mad Marky D</option> <option>Marcushblade87</option> <option>Sam Devo</option> </select></p> <p align="left">Week: <select size="1" name="D1"> <option>Week 1</option> <option>Week 2</option> <option>Week 3</option> </select></p> <center> <p align="left">Match: <select size="1" name="D2"> <option>Man Utd v Chelsea</option> <option>Blackburn v Tottenham</option> </select></p> <center> <p align="left">Sco <input type="text" name="T1" size="10"></p> <center> <p align="left">Comments: <input type="text" name="T2" size="20"></p> </center> </center> </center> <p align="left"> </p> <p align="left"> <input type="submit" class="submit" name="submit" value="post reply" tabindex="3" accesskey="s" /> <input type="submit" class="submit" name="previewpost" value="preview post" tabindex="4" /></p> <input type="hidden" name="action" value="do_newreply"> <input type="hidden" name="tid" value="$tid"> <input type="hidden" name="replyto" value="$pid"> <input type="hidden" name="posthash" value="$posthash"> <input type="hidden" name="removeattachment" value=""> </form> I hope somebody can help! Thanks Hi All, I have created two html files. One is for frame which displays the other html file inside it. I have a javascript code for retriving values from a xml file.[this works perfect]. In frame.html[where the frame is created], I have created three buttons [button names:starters, appetiters,maincourse to display hotel menu items]. When I click on the button it should call a javascript file and the result of the javascript file should be displayed inside the frame. What should I do for that? I need to sub,it my proj tomorrow. Please help. |