+ 1
How to create another page on clicking the submit button?
in this code.. https://code.sololearn.com/WXDyKNS7MMI5/?ref=app
4 Antworten
+ 25
try this :
<form action="http://sololearn.com"> <input type="submit" value="Sololearn" /> </form>
+ 2
there are two ways to open another page by clicking the submit button
1st one is create an anchor tag give a name as Submit then add the href to page u want to open use a little bit css that the anchor will look like button
2nd one is use javascript or jQuery to open the specific page you want to open
+ 2
code plzz
+ 1
Probably so:
https://code.sololearn.com/W6GOUvX0LGGv/?ref=app