Can I pass user id as query string variable to iframe?
I have a asp.net page that looks for a user id as a query string variable and displays information specific to that user. I created a new mojoportal page and added an iframe with the url of my asp.net page in the settings for the iframe. Is there a simple way to pass the user id to the page being loaded by the iframe?