I am using AWM and I have a little problem with my content locker.
I created a content locker and now want to use it on my page, however, it should be displayed in an iframe.
Why?
My site asks for a username, then it connects to a database, and then before it gives out the key the user has to do a survey.
But the content locker gateway should be displayed in an iframe so that the rest of the page still can be seen (e.g. the input line asking for the code which will be given after the survey).
So here my code for the iframe:
But this does not work, it only shows an empty iframe because it requires javascript, and if I put the whole AWM code in an iframe, then this also does not work and does not show the locker.
Anybody know how to solve this? Trying now for 2 hours.
I created a content locker and now want to use it on my page, however, it should be displayed in an iframe.
Why?
My site asks for a username, then it connects to a database, and then before it gives out the key the user has to do a survey.
But the content locker gateway should be displayed in an iframe so that the rest of the page still can be seen (e.g. the input line asking for the code which will be given after the survey).
So here my code for the iframe:
<iframe id="fancybox-frame" name="fancybox-frame1399203261831" frameborder="0" hspace="0" style="background: #333333; height: 200px; margin-bottom: 10px; width: 100%;" scrolling="no" src="http://www.loxtk.com/gLoader.php?GID=xxx&go=&sid="></iframe>
Anybody know how to solve this? Trying now for 2 hours.