Hi all,
I know this argument was discussed many times, but i didn't found a specific post (i remember i found it a mounth ago) who speak of it. I have found many post but no one helpfull for my problem.
The problem is the seguent:
I have a page with some data extracts from a db (a param in the url of the page determines what data). In this page i need to show a maps (i use google maps). this map doesn't works if i implement it as a module. The only way i found to use it is to create a page (.aspx) in the root website and link this with an iframe. The problem is that i can't use correctly the url parameteres (i need to pass the params take it from the page's url).
I insert the seguent code: idimmobile=request("idimmobile")
I'm sure that it worked! maybe the sintass was uncorrect (now) but i'm sure it has worked at least once time.
The version of iframe module is 03.02.00.... i read that from the 03.02.01 version the "url parameter" was usefull. Then i try to understand how to use queryString parameters from the official documentation... i have not been able to making it to works.
I need: or to making url parameter works or to making querystring parameter works.
Someone can help me?!
The last choice is to implement the module. This would not have to be a problem but i prefer use standard modules if i can.
Thank you
Ellis