Page 1 of 1

Clickable HTML links

Posted: Mon Dec 19, 2011 11:01 pm
by Kaubs
I have finally been able to get a stack up and running that is using a native html browser and html code thanks to the runrev community. I am curious if it is possible (more or less if anyone has done it) to collect the data in the html when clicking the link as well as directing the user to a card instead of a url using <a href=...."

Any ideas or would you like some more clarity?

Re: Clickable HTML links

Posted: Tue Dec 20, 2011 10:27 am
by Jellicle
Check out browserLoadRequest in the dictionary. I use it in a card script.

Gerry

Re: Clickable HTML links

Posted: Wed Dec 21, 2011 5:05 am
by Kaubs
Worked like a charm! Thanks for saving the day again!