Smartsite SXML | Copy Code |
---|---|
{url.create(SAMPLEDATA, 'q=smartsite')} {url.setparameter('SAMPLEDATA', 'q', 'smartsite')} {url.getparameter('/smartsite.net?id=SAMPLEDATA&q=smartsite', q)} {url.removeparameter('/smartsite.net?id=SAMPLEDATA&q=smartsite', q)} {url.parameter.exists('/smartsite.net?id=SAMPLEDATA&q=smartsite', q)} |
Example Result | Copy Code |
---|---|
/test.net?id=SAMPLEDATA&q=smartsite /test.net?id=SAMPLEDATA&q=smartsite smartsite /doc/Data_used_by_Code_Examples.html true |