Browser Bottom in Developer Help
var/html = {"<a href="#test">Test</a><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><a name="test">Test</a>"}mob/Login() ..() src << browse(html)
The only way I know is anchors. Tested this in DM, and it worked: > var/html = {"> <a href="#test">Test</a>> <br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>> <a name="test">Test</a>> "}> mob/Login()> ..()> src << browse(html)> So I guess for internal links like that, it's fine. Linking to other pages requires Topic().
> var/html = {"> <a href="#test">Test</a>> <br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>> <a name="test">Test</a>> "}> mob/Login()> ..()> src << browse(html)>
Damn you :) I was to slow my test looks almost identical :)
If it's what I am thinking like those ( TOP ) buttons that move the screen all the way to the top?
If it is you can do this with just CSS + html