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
_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to