How to Make Links Open Up in Full Screen
One of the annoyances Web developers experience is a perceived inability to control the way a Web page opens on the screen of a user. While simple HTML will not allow Web developers to make links open up in full screen, some JavaScript code will do the trick. By having a link open in full screen, the user sees the full content of the page the Web developer created.
Instructions
-
-
1
Log in to your Web server.
-
2
Navigate to the page to which you will link.
-
-
3
Insert the following text in the <HEAD> section of the page.
<script>
<!--
window.open("bigpage.html","fs","fullscreen,scrollbars")
//-->
</script>
-
4
Click "Publish." Any time a person clicks the link that opens this page, the page will open in full screen.
-
1
References
Resources
- Photo Credit Internet hyperlink image by Star from Fotolia.com