buildrelease
[openafs-wiki.git] / TWiki / VarQUERYSTRING.mdwn
diff --git a/TWiki/VarQUERYSTRING.mdwn b/TWiki/VarQUERYSTRING.mdwn
new file mode 100644 (file)
index 0000000..ae4836c
--- /dev/null
@@ -0,0 +1,9 @@
+<a name="VarQUERYSTRING"></a>
+
+### <a name="QUERYSTRING -- full, unprocessed"></a> 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 [[?name=Samantha;age=24;eyes=blue|%WEB%/%INCLUDINGTOPIC%?name=Samantha;age=24;eyes=blue#VarQUERYSTRING]] 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 `%URLPARAM{}%`.
+- Syntax: `%QUERYSTRING%`
+- Expands to: ` `
+- Related: [[URLPARAM|Main/WebHome#VarURLPARAM]]