Clickable HTML links

Getting into LiveCode for iOS? Ask your questions here.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
Kaubs
Posts: 124
Joined: Wed Jun 29, 2011 3:55 am

Clickable HTML links

Post by Kaubs » Mon Dec 19, 2011 11:01 pm

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?

Jellicle
Posts: 453
Joined: Thu Feb 24, 2011 11:07 am

Re: Clickable HTML links

Post by Jellicle » Tue Dec 20, 2011 10:27 am

Check out browserLoadRequest in the dictionary. I use it in a card script.

Gerry
14" MacBook Pro
Former LiveCode developer.
Now recovering.

Kaubs
Posts: 124
Joined: Wed Jun 29, 2011 3:55 am

Re: Clickable HTML links

Post by Kaubs » Wed Dec 21, 2011 5:05 am

Worked like a charm! Thanks for saving the day again!

Post Reply