makeURL
- function
- The makeURL() function takes a property list and returns a URL text string by combining any of the properties that are included: scheme, host (or baseURL or url if host is not given), port, user (ftp), password (ftp), parameters (ftp), path (http), query (http), and fragment. Spaces and special characters in each value are properly encoded as needed.
put makeURL(host:"<a href="http://www.apple.com" class="l0">www.apple.com</a>", path:"developer") into appleDevURL