revBrowser question

Anything beyond the basics in using the LiveCode language. Share your handlers, functions and magic here.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
jrioux
Posts: 50
Joined: Fri May 04, 2007 4:02 pm

revBrowser question

Post by jrioux » Fri Sep 16, 2011 4:18 pm

I'm using an html form (via revBrowser) to request a user name and password, which I then POST to a server-side script to verify an account. That script echoes "verified" back to the html form in my Livecode app. Is there an easy way to determine what was echoed back to the revBrowser?

Mark
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 5150
Joined: Thu Feb 23, 2006 9:24 pm
Contact:

Re: revBrowser question

Post by Mark » Sat Sep 17, 2011 1:04 am

Hi,

You can get the htmlText of the browser instance with revBrowserGet.

Kind regards,

Mark
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode

Klaus
Posts: 14177
Joined: Sat Apr 08, 2006 8:41 am
Contact:

Re: revBrowser question

Post by Klaus » Sat Sep 17, 2011 11:34 am

Hi guys,

will move this thread to "Talking Livecode" now for obvious reasons if you don't mind 8)


Best

Klaus

Post Reply