How to open a link in the same frame as it was clicked? | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
+ 2

How to open a link in the same frame as it was clicked?

what is the coding? pls mention.

26th Mar 2017, 10:00 AM
Tharindu Sankalpa
Tharindu Sankalpa - avatar
2 Réponses
+ 18
<a href="www.yourlink.com" target="_self">click here</a>
26th Mar 2017, 10:18 AM
Shamima Yasmin
Shamima Yasmin - avatar
+ 2
use target_self like this <a href="https://www.google.com" target="_self"> Google </a> </p>
26th Mar 2017, 10:22 AM
ilyes younes
ilyes younes - avatar