Tagged: iframe
I’m trying to open an iframe on a button click.
If you try to open the URL without ?iframe=true&width=960&height=100%, It will show you the correct page (form to be filled out). And when I assign the full URL including ?iframe=true&width=960&height=100% to a button, a different page opens up. How do I get this right?
Hey Slick!
Your server scripts are probably reading the doc variable to the end of the URL and since your adding more stuff to the end it’s probably messing it up. Try adding the iframe before the aid and doc variables like so.
?login=true&iframe=true&aid=Z62QRBYAU etc etc
Regards,
Elliott