I have created a page in which I am showing A websites Page (situated some where on web );
I used iframe but puzzled with the height issues I solved width issues for 950px only with css3
but my need is full height as target website but that is not working with cross domain pages (I've done with same domain successfully).
Now I want to do it either with PHP
using get_file_content()
or some other putting it into div , iframe
or in frames
whatever works (and also pages must be accessible as it is from main sites)
The container will change its content with hyper link click.
Please help me to resolve the issues. I've tried many more methods including jquery, js, php, css and blah blah blah with no success.
before commenting or answering please visit THIS LINK
I need some thing like this
Please check this and alter here To See My page Click here
Note:
I have no access of target site so I can't put attributes on target page and get back to iframe page.
I have 100+ pages to show so no specific method can be used i need any generalized technology.
One more thing i don't want scrolling in my page.
Efforts done :