What is the code for an app with simple button that go to another page when clicked? | Sololearn: Learn to code for FREE!
0

What is the code for an app with simple button that go to another page when clicked?

tnx. i am planning to make a reading app for a CYOA (choose your own adventure) novel. but i am just a beginner at coding. pls someone help me

10th Jun 2017, 10:12 AM
felixjacob magtoto
2 Answers
+ 1
<formaction="/action_page.php">   First name:<br>   <input type="text"name="firstname"value="Mickey"><br>   Last name:<br>   <input type="text"name="lastname"value="Mouse"><br><br>   <input type="submit"value="Submit"> </form>
10th Jun 2017, 12:09 PM
Divyank Dixit
Divyank Dixit - avatar
+ 1
thank you very much😊😊😊
12th Jun 2017, 1:02 AM
felixjacob magtoto