hi in my app i have two layouts,
in the first layout i have differents butons, if i click on buton one it load the layout 2 where the iframe is placed.
i did this but nothing is working, when user click on buton 1, the global number var is set to 1.
if compared values URL_VAR1=1 iframe set url to "http://www.lesoir.be/" and then go to layout 2
in the layout 2, compare value if URL_VAR1=1, iframe load URL_VAR1.
but its not working i want the iframe to load differents urls per butons ( one url per buton in layout 1)
i get a loop with this error:
Access Denied
You don't have permission to access "http://www.lesoir.be/" on this server.
Reference #18.25535d68.1512479426.a11065c
and the Reference #18.25535d68.1512479426.a11065c is changing in loop and i cant access the url
this is my menu butons at he moment i only use buton 1 (top)
https://image.ibb.co/dA2Heb/menus.jpg
can someone help?