I have a browser widget that I'm loading with HTML from a variable, so it doesn't have a URL per se. The HTML contains anchor links to other parts of the page, which work when I click them. I also want to call these anchors from a script. What's the right syntax?

These fail:
set the url of widget "browser" to "#1234"
set the url of widget "browser" to "<a href=#1234>"
set the url of widget "browser" to "<a href=#1234></a>"

--
Jacqueline Landman Gay         |     [email protected]
HyperActive Software           |     http://www.hyperactivesw.com

_______________________________________________
use-livecode mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to