Neolane - JavaScript API - v6.1.0

Unknown
queryString
Returns the part of the query's URL which matches the parameters.
queryString
Remarks
Example:

The queryString of the following URL:

http://neolane.com/nms/test.jst?id=1234&param=dummy#aFragment

returns the following string:

id=1234&param=dummy
Features
Property of class: HttpServletRequest
Read only: Yes
Available in:
  • JSSP
  • WebApp

jsapi-en

previous page start next page