Link | response_url |
Author | Jason Huck |
Category | Response |
Version | 8.x |
License | http://opensource.org/licenses/artistic-license.php |
Posted | 26 Oct 2005 |
Updated | 16 Jan 2006 |
More by this author... |
Returns the full URL used to call the current page, including any get args, a custom port if used, and the correct protocol (http or https).
response_url; -> http://tagSwap.net/response_url
Click the "Download" button below to retrieve a copy of this tag, including the complete documentation and sample usage shown on this page. Place the downloaded ".inc" file in your LassoStartup folder, restart Lasso, and you can begin using this tag immediately.
define_tag( 'url', -namespace='response_', -priority='replace', -description='Returns the full URL used to call the current page.' ); return( (server_port == 443 ? 'https://' | 'http://') + server_name + ((: 80, 443) !>> server_port ? ':' + server_port) + response_filepath + (client_getargs->size ? '?' + client_getargs) ); /define_tag;
No comments
©LassoSoft Inc 2015 | Web Development by Treefrog Inc | Privacy | Legal terms and Shipping | Contact LassoSoft