ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

DonationCoder.com Software > Find And Run Robot

Tip: Htmlviewurl works for local files too! :)

<< < (10/12) > >>

Nod5:
Good news! :Thmbsup:

A related issue is that we currently can give the html focus like so:

--- ---<BODY onload="document.getElementById('aa').focus()">
<a id=aa href=www.google.com>aa</a>
The html page elements can then be navigated with tab/ctrl+tab without clicking to activate the page. But when then tabbing to the last element on the page FARR only sometimes loops back to the first element (just like IE does) but sometimes the tab stops working. Clicking on the html page solves that problem - then tabbing works and loops around. But the next time FARR loads a page the issue can return. Save this as html and load with igo to try it:

--- ---<BODY onload="document.getElementById('aa').focus()">
<a id=aa href=www.donationcoder.com>a</a><br>
<a href=www.donationcoder.com>a</a><br>
<a href=www.donationcoder.com>a</a><br>
<a href=www.donationcoder.com>a</a><br>
<a href=www.donationcoder.com>a</a><br>

mouser:
interesting..

i am adding some commands into farr that aliases and plugins can call to explicitly set focus to search editor or web browser, so it will be easier to decide what you want to do.

nitrix-ud:
i am adding some commands into farr that aliases and plugins can call to explicitly set focus to search editor or web browser, so it will be easier to decide what you want to do.
--- End quote ---

great !

mouser:
done; will be in next update.

cedardoc:
I have a dumb question: Is this "htmlviewurl" thing mainly for plugin developers, or is it also the average non-programmer (like me).  I tried plunking in

<a href='farr://htmlviewurl exacttimenow.com'><img src='%FARRDIR%\AliasGroups\Installed\Core_Aliases\icons\farr\core-internet_www.ico'></a><br>click the image to Internal Surf to exacttimenow.com<br><br><a href='farr://restartsearch gowebpage'>use internal command to launch FARR webpage in external browser</a>

to a test alias, but nothing happened (and obviously I don't know what the heck I'm doing).  Is there an htmlviewurl for dummies written somewhere?  I did a cursory search on this site but couldn't find anything.  I'd like to test this on a tiddlywiki file, but don't know where to start...

DP

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version