Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Full page wrapper #10

Open
nabtron opened this issue Apr 27, 2016 · 0 comments
Open

Full page wrapper #10

nabtron opened this issue Apr 27, 2016 · 0 comments
Milestone

Comments

@nabtron
Copy link
Owner

nabtron commented Apr 27, 2016

this code might help (copied, modify it a lot)

<iframe src="javascript:void(0);" frameborder="0" style="display:none;width:100%;margin:0;padding:0;" id="fullsizeframe"></iframe>

<a href="http://website2.com" onclick="loadfullsize(this.href);">Website 2</a>

<script>function loadfullsize(url) {
    fullsizeframe = document.getElementById('fullsizeframe');
    fullsizeframe.href = url; fullsizeframe.style.height = window.clientHeight;
    return false;    
} </script>
@nabtron nabtron changed the title full page wrapper Full page wrapper Dec 1, 2016
@nabtron nabtron added this to the 1.2 milestone Dec 1, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant