New page | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 7

New page

Hello I would want to make a boutton which sends back(dismisses) to another page of the app and not to a web page outside how can it be done? And how have access to this new page and be able to put it on typical things input fields? Thank you

26th Nov 2018, 12:19 AM
Axelle
14 Answers
+ 4
Genier You can use target=_parent in <a> tag. Then, the link will open in the parent tab instead of opening in a new tab.
26th Nov 2018, 1:09 AM
Arushi Singhania
Arushi Singhania - avatar
+ 4
Hi Genier, I don't really understand the question, but if you want to redirect to another page, then that page must exist, but you said "I have no link yet to be put because that does not exist". How can we link to a non existing page? it's impossible. Please explain clearly what you want to do with the button, it will help others understand, and come up with a suitable solution. Thanks,
27th Nov 2018, 12:03 PM
Ipang
+ 4
Genier Do u want to link different sections of the same page ??
27th Nov 2018, 1:53 PM
Arushi Singhania
Arushi Singhania - avatar
+ 4
So, suppose u have a page named www.xyz.com/home.html. Now you want to link another page ogmf your own website to this page. The URL of that page is www.xyz.com/about.html. For linking this new page to old one, you simply need to add this code in your old page : <a href = "www.xyz.com/about.html></a>
27th Nov 2018, 3:50 PM
Arushi Singhania
Arushi Singhania - avatar
+ 3
Oh, then i dont know :(
27th Nov 2018, 10:04 AM
Shadowside
Shadowside - avatar
+ 2
i anderstand but if it's in the application a can't pit a link of the site web who isn't in tje application... so i can't put <a href="link".... sorry if my english is not good
26th Nov 2018, 12:46 PM
Axelle
+ 2
Hi :) you can try <a href="your link">"text"<a>
27th Nov 2018, 8:22 AM
Shadowside
Shadowside - avatar
+ 1
I cant do anything
26th Nov 2018, 1:36 PM
Samia Tabassum
+ 1
thank you but I want to create a new page in the app I have no link yet to be put because that she does not exist...
27th Nov 2018, 9:55 AM
Axelle
+ 1
ok thank you anyway😉
27th Nov 2018, 10:12 AM
Axelle
+ 1
Now I have a page which exists with a button, I have only a single page, I would want if I click on the button to be redirected on other a page of my site (and not on another site) and to be able to put elelments, tags, on this new page to put it images, links, paintings(boards)... thanks
27th Nov 2018, 12:28 PM
Axelle
+ 1
.... no i will want ir later bit niw it's not it.... in a app or site web you have any page, now i have 1 page, i would any page and make links betwenn them
27th Nov 2018, 3:20 PM
Axelle
+ 1
Thank you at everybody I found
2nd Dec 2018, 5:57 PM
Axelle
0
ok thank you
26th Nov 2018, 9:59 PM
Axelle