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
Code: Select all
on mouseUp
get URL "..."
put line 1 to 30 of it into field "textHolder"
end mouseUp