Hi Larry, You can do:
URL=http://<@DOMAIN><@CGI><@APPFILEPATH><@APPFILENAME>?<@USERREFERENCEARGUME NT> Note above the <@DOMAIN> and <@APPFILENAME> Metatags added to your example. The only thing I haven't found is how to extract the protocol (HTTP:// or HTTPS://) being used in the address. But in some ways that's okay because what I do is store this in the database and assign it as a global Domain Scope variable - this way, if the site is set for SSL, my variable always forces the addresses to HTTPS:// for consistency. The protocol can be gotten from client-side JavaScript, but that's not always helpful when you need it. Also, the <@CGIPARAM> Metatag has a couple of other features that might be helpful for you, such as: <@CGIPARAM SERVER_PORT> for the domain port number, e.g., :80 Or, <@CGIPARAM HTTP_SEARCH_ARGS> for all your Search Arguments after the '?', which would include your _UserReference if it was passed previously. So, you could have the following: URL=<@VAR domain$HttpType>://<@DOMAIN>:<@CGIPARAM SERVER_PORT><@CGI><@APPFILEPATH><@APPFILENAME>?<@CGIPARAM HTTP_SEARCH_ARGS> Hope this is what you are looking for. Cheers.... Scott Cadillac http://xml-extra.net [EMAIL PROTECTED] VP, Research and Development Plus International Corp. 604-460-1843 [EMAIL PROTECTED] http://www.plusinternational.com Vancouver, BC, Canada Does your company have an Enterprise Information Portal? Check out Salsa at www.plusinternational.com/flash/salsa.htm ----- Original Message ----- From: "Gutman, Larry" <[EMAIL PROTECTED]> To: "Multiple recipients of list witango-talk" <[EMAIL PROTECTED]> Sent: Thursday, May 16, 2002 6:18 AM Subject: Witango-Talk: Path question > I am trying to use a meta refresh but I need help getting the full path. > How do I get the server information dynamically to go before the following > tags? > > > > URL="<@CGI><@APPFILEPATH>xxx.taf?<@USERREFERENCEARGUMENT>" > > > > > > Thanks > > Larry Gutman > > ________________________________________________________________________ TO UNSUBSCRIBE: send a plain text/US ASCII email to [EMAIL PROTECTED] with unsubscribe witango-talk in the message body
