kentico_jurajo
-
11/24/2009 1:26:29 PM
RE:QueryString Parameters and Generic templates
Hi,
I already answered this over the e-mail, so I will copy it here too for reference for other users.
Yes, you can use multiple query string parameters.
You can also add the macros to the IMG tag in the HTML. But we do not think that it is safe, let s say for the IMG tag:
<img src=”{file}” width=”{width}” height=”{height}” />
someone can add to the query string ending tag and add javascript to it to execute code on your page. I would not recommend to use it in this way.
Best Regards, Juraj Ondrus
|