[Beginner] Launch URL from fld "fldTitle"
Shawn Blc
shawnlivecode at gmail.com
Sun Jan 11 14:37:45 EST 2015
When I put a URL in a textbox and use the below script in a button, the
button will launch, but I'll get a bad page. If I copy and paste the URL
form the textbox I get the correct page. What am I doing wrong?
I'm using this in on another mouseUp to put the URL into the fldTitle.
*put* "http://www.myDomain.com/co/" & tFileName into fld "fldTitle"
*on* mouseUp
*put* fld "fldTitle" into tURL
*launch* URL tURL
*end* mouseUp
More information about the use-livecode
mailing list