Quick References
      ADO
      ASP
      CSS2
      HTML
      JavaScript
      Jet SQL
      VBScript
      WML
      WMLScript
      WSH
      XHTML
      XML DOM
      XSLT

Features
      Knowledge Base
      Tutorials

Partners
     ZVON.ORG
     XML
     Planet Source Code
     VisualBuilder
     Web Design
     Your HTML Source
     XML/XSLT Forums
     ASPAlliance
     Scripts
     
     Programmers Heaven
     Tek-Tips Forums
     Developer Fusion
     Code Project









FUNCTION:  URL.getQuery

URL.getQuery(url)
 
The URL.getQuery function returns the query portion of the given absolute or relative URL. If the URL does not contain a query portion, the empty string is returned. An invalid URL syntax will cause an invalid to be returned.
 
The syntax of a URL is: scheme://host:port/path;parameters$query#fragment
 
You can use the following functions to get the various portions of the URL:
Portion Function
scheme getScheme(url)
host getHost(url)
port getPort(url)
path getPath(url)
parameters getParameters(url)
query getQuery(url)
fragment getFragment(url)

 


Copyright 1999-2005 by Infinite Software Solutions, Inc. All rights reserved.
Trademark Information