+ 4
If i want to move new tab in submit link what code should i use
Code to move to next page https://www.sololearn.com/discuss/688728/?ref=app https://www.sololearn.com/discuss/542458/?ref=app
1 Antwort
+ 2
if you want to move to a new browsing tab, you can say <a href="www. site_name.com" target="_blank">
but if just want to move to another tab in the same document,
here...
https://code.sololearn.com/WTkLmVIhKb50/?ref=app