Is there any way | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
0

Is there any way

Using <input> tag can I get redirect to a page and a specific section . Help by providing the code.

4th Oct 2019, 7:39 AM
Deep samal
Deep samal - avatar
1 Respuesta
0
using <input> I don't think so, but you can do that with your form's SUBMIT button example: <button onclick = "location.href = 'www.yoursite.com';">Submit</button>
4th Oct 2019, 10:17 AM
Wardy Spirit
Wardy Spirit - avatar