Hi all,
I am wondering if it is possible to pass a QueryString via a link in Links module of DNN to IFrame module of DNN?
For example:
On the Links module I have links as below
Link 1
Link Name: Page 1
URL: http://localhost/dotnetnuke480/Default.aspx?tabid=36&language=en-US&pageid=1
Link 2
Link Name: Page 2
URL: http://localhost/dotnetnuke480/Default.aspx?tabid=36&language=en-US&pageid=2
And on my IFrame the URL is http://staging/default.aspx
So when I click on Page 1 (Link 1), the IFrame will get the value of pageid (QueryString) which is 1 and load the page on the IFrame with URL of http://staging/default.aspx?pageid=1, and when I click on Page 2 (Link 2), the IFrame will get the value of pageid (QueryString) which is 2 now, and load the page on the IFrame with URL of http://staging/default.aspx?pageid=2
Please note that the IFrame is on Home page of DNN.
Is above mentioned possible in DNN?
If yes how should I do it and in which version of DNN it is supported?
If no, what can you guys recommend?
Thank you.
Cheers,
Eric