Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
7.2 Preview with URL parameter
cc96ai
how can I test URL parameter on 7.2 .page preview
we have article.page , it will take ID parameter
on firefox, I try it preview only the frame and put the url parameter, it will get "The system has encountered an internal error."
does it possible to preview the page with URL parameter on CMS preview mode?
Find more posts tagged with
Comments
Ashish_Sangal
Hi cc96ai ,
will you please elaborate it a bit. Are you talking about URL parameter which we get on component level or query string?
Bowker
I've had nothing but challenges trying to pick off the query string.
Assuming you are using JavaScript and you don't want those parameters at page build time (aka XSL) you may have success using top.document.location..... instead of document.location....