0
votes
3answers
348 views

Simple HTML internal link question

Weired, simple HTML stuff didn't work as expected. On page 1, a Railo script named page1.cfm, it has the following line: <a href="page2.html#part2">Go To Page 2, Part 2</a> so, we expect ...
0
votes
1answer
304 views

Internal Hyperlink in wx.html.HtmlWindow - wxpython

I am trying to create and internal hyperlink in wx.html.HtmlWindow using an anchor and href in my html content: html_content="""<a href="#resultsfound">Go To Results found</a> <a ...
-1
votes
1answer
156 views

accessing website through fake internal url?

Can I make link on a website to a fake internal url so i can access directly to a particular section?. i want to make a direct external access for my "contact me" section of the website. i've seen ...