How to Make Links Open Up in Full Screen

How to Make Links Open Up in Full Screen thumbnail
Using a JavaScript code can allow Web developers to open a link in a 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.

Things You'll Need

  • Computer with Internet access
Show More

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.

Related Searches:

References

Resources

  • Photo Credit Internet hyperlink image by Star from Fotolia.com

Comments

You May Also Like

Related Ads

Featured