How to link another HTML page in the submit button | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to link another HTML page in the submit button

<input type="submit" name=" " value="submit" >

30th Aug 2019, 4:09 AM
Swapnil Bhakare
Swapnil Bhakare - avatar
8 Answers
+ 2
src="url"
30th Aug 2019, 10:02 AM
Minerals2016
Minerals2016 - avatar
0
Start with <a> tag
30th Aug 2019, 8:19 AM
SACHIN.SHERA
SACHIN.SHERA - avatar
0
I tried it doesn't work
30th Aug 2019, 8:23 AM
Swapnil Bhakare
Swapnil Bhakare - avatar
0
Have you learned JavaScript
30th Aug 2019, 8:34 AM
SACHIN.SHERA
SACHIN.SHERA - avatar
0
Just started
30th Aug 2019, 9:06 AM
Swapnil Bhakare
Swapnil Bhakare - avatar
0
You can use onclick event and then use window.open("url")
30th Aug 2019, 9:08 AM
SACHIN.SHERA
SACHIN.SHERA - avatar
0
What
30th Aug 2019, 10:04 AM
SACHIN.SHERA
SACHIN.SHERA - avatar
0
<form target="page.html">
7th Nov 2019, 4:00 AM
SACHIN.SHERA
SACHIN.SHERA - avatar