Within a web document (http://example.com/bla.php?x=123&y=321
), is it possible to create an anchor link which goes to http://example.com/bla.php?z=111
without putting bla.php
in the anchor's href
?
To link to your newly-created named anchor, highlight the text, then click the Linkit button. In the "Link URL" field, add a "#" symbol and your anchor name: Click "Insert link" to add the link to your named anchor (on the same page).
Hyperlinks are utilized by a web browser to move from one page to another. However, you can also move to a different area on the same page.
This should work:
<a href="?z=111">link</a>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With