Hi,
I know you can access the iframe name using javascript however I need this variable to be visible in PHP as I need to check the iframe name against a database so I can choose what can be seen.
I am using these frames to mask the url and load a template website, the iframe name is then used to let me know what database to query and therefore what site to load.
Passing a variable using the GET method in the iframe is not good enough as if the user goes from one url to the other using the back and forward buttons, the GET variable might not be passed through.
Can anyone point me in the right direction?
Thanks
Kevin