Search found 1 match

by david@ninetrees.com
Sun Nov 18, 2012 8:17 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: get URL returns html source, not displayed text
Replies: 1
Views: 2779

get URL returns html source, not displayed text

when doing a get URL "" request, I was surprised that it returned the source of the web page.
How do I return the viewed text of the web page?
Thanks.

Code: Select all

on mouseUp
   get URL "..."
   put line 1 to 30 of it into field "textHolder"
 end mouseUp