Hi,
I basically have some links on a sidebar that loads some demos i made of mine in an iframe.
I have one problem.
As these links are on a page that does not have the iframe i need to somehow tell it to first load the iframe page.
Problem i have is if i click on a link it opens my demos in a new window as it unable to find the iframe which is of course not on the same page.
I done this before with a WYSIWYG editor, basically if you tried loading the page from an iframe it would redirect to the page that had the iframe, basically meaning stopping people from viewing it directly by accessing the link.
My site is built using html, css, php.
so this is what i am basically trying to do.
Anyone help me on this please?
I hope i explained well enough it sort of hard i think to explain it.
Thanks as always
genieuk
EDIT
I think i can explain better,
the pages must load in iframe and must not be able to be accessed directly via url. So when user clicks on link in sidebar it will load the page with the iframe on it.