ID:134040
 
I really want the ability to get information from browser controls such as what link the user is currently browsing, and various information about said link (title, content, etc). It would make tabbed browsing much easier for me. -_-
You can always stick some javascript at the top of webpages and have it pass that information to Topic().
What I would like to see however, is a "url" variable which can be set to the URL the browser should goto.

For instance, if the variable is set to "f73hf7.htm" it would mean that it's pointing to a cache file, wheras if it's set to "http://byond.com" it would point to a URL.

You could make a button, and set it's command to .winset "browser.url=\"http://www.byond.com\"". This would cause the browser to goto that URL.

-- Data
In response to Nadrew
Grand idea!