Is there anyway I can either paste, or open a txt/rtf file with uncoded links, and have it export them as coded ( so I can click to download ) in a html file?
Professional Software Development Tools
Is there anyway I can either paste, or open a txt/rtf file with uncoded links, and have it export them as coded ( so I can click to download ) in a html file?
There is a AutoDetectURL property in richtext objects that if true URLs are set to be automatically detected in the object.
If i understood you good that should help
I've tried that, it just highlights them. Doesn't make them actually work ( in AMS, or in wordpad... ).
1) Assuming you have a Web Object we'll call Web1
2) Set the Rich Text object to auto-detect URL
3) In the On Link script window use
and you should be OK.Code:Web.LoadURL("Web1", ""..e_Link)
TTJ