URL parameters stripped on Google Sites? -
using google apps script gadget, can use parameters of url (http://sites.google.com/.../my-page?urlparameter=value&otherurlparameter=value) added google sites webpage generate dynamic content.
but if try add link page of google site parameters, , save page, parameters deleted : http://sites.google.com/.../my-page?urlparameter=value&otherurlparameter=value becomes http://sites.google.com/.../my-page. same thing when trying publish webpage using apps script service sitesapp.page.sethtmlcontent(yourhmtl).
it doesn't happen when using external urls. how can bypass limitation ?
it's possible include relative links pages including parameters.
example : in http://sites.google.com/.../home/page-1, link http://sites.google.com/.../home/page-2?urlparameters overwritten without parameters ../page-2?urlparameters won't be.
Comments
Post a Comment