+ 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
14 odpowiedzi
+ 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.
+ 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,
+ 4
Genier Do u want to link different sections of the same page ??
+ 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>
+ 3
Oh, then i dont know :(
+ 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
+ 2
Hi :) you can try <a href="your link">"text"<a>
+ 1
I cant do anything
+ 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...
+ 1
ok thank you anyway😉
+ 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
+ 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
+ 1
Thank you at everybody I found
0
ok thank you