Essentially we do this: <iframe src="mypage.htm?param1=[#request:param1#].encode(UTF-8) &param2=[#request:param2#].encode(UTF-8)"></iframe>
This relies on you knowing in advance the names of every possible parameter. I don't know any way of getting hold of the original query string. You could loop through all request attributes with an Attribute dynament, mode="for-each", but there are rather a lot of them in addition to the ones specified in the query string. You should be able to filter them out if you need to. Jonathan On Jan 13, 9:26 am, Jills <[email protected]> wrote: > Hi, > > Can somebody please tell me, using dynaments, how to add the query > string parameters from a URL into the src value of an iframe inside > that page? > > Thanks, > > Jills
-- You received this message because you are subscribed to the Google Groups "RedDot CMS Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/reddot-cms-users?hl=en.
