wiki-archive/twiki/data/TWiki/VarQUERYSTRING.txt,v

58 lines
1.6 KiB
Plaintext

head 1.2;
access;
symbols;
locks; strict;
comment @# @;
1.2
date 2007.01.16.04.12.01; author TWikiContributor; state Exp;
branches;
next 1.1;
1.1
date 2006.06.25.16.26.29; author TWikiContributor; state Exp;
branches;
next ;
desc
@buildrelease
@
1.2
log
@buildrelease
@
text
@%META:TOPICINFO{author="TWikiContributor" date="1111929255" format="1.2" version="2"}%
%META:TOPICPARENT{name="TWikiVariables"}%
#VarQUERYSTRING
---+++ QUERYSTRING -- full, unprocessed string of parameters to this URL
* String of all the URL parameters that were on the URL used to get to the current page. For example, if you add [[%SCRIPTURLPATH{"view"}%/%WEB%/%INCLUDINGTOPIC%?name=Samantha;age=24;eyes=blue#VarQUERYSTRING][?name=Samantha;age=24;eyes=blue]] to this URL you can see this in action. This string can be appended to a URL to pass parameter values on to another page.
* __%X% Note:__ URLs built this way are typically restricted in length, typically to 2048 characters. If you need more space than this, you will need to use an HTML form and =%<nop>QUERYPARAMS%=.
* Syntax: =%<nop>QUERYSTRING%=
* Expands to: <code> %QUERYSTRING% </code>
* Related: [[#VarQUERYPARAMS][QUERYPARAMS]], [[#VarURLPARAM][URLPARAM]]
@
1.1
log
@buildrelease
@
text
@d1 1
a1 1
%META:TOPICINFO{author="TWikiContributor" date="1111929255" format="1.2" version="1"}%
d7 1
a7 1
* __%X% Note:__ URLs built this way are typically restricted in length, typically to 2048 characters. If you need more space than this, you will need to use an HTML form and =%<nop>URLPARAM{}%=.
d10 1
a10 1
* Related: [[#VarURLPARAM][URLPARAM]]
@