Technology Microsoft Software & solutions

How to Resize a Window in HTML

    • 1). Open your web publishing software program, and then open the file containing the web page to be modified.

    • 2). Open the HTML code editing window of the file.

    • 3). Locate the <head> element of the web page code.

    • 4). Type the following code into the <head> element:
      <script>
      window.resizeTo("width", "height");
      </script>

    • 5). Substitute in specific parameters of your choosing for "width" and "height" in the code above. Save your work, upload the page file as you usually would to your host server, and you are finished.

Related posts "Technology : Microsoft Software & solutions"

How to Speed Up Right Clicking

Microsoft

How to Get Rid of Kazaa

Microsoft

Precautions Using Domestic Telephone Services

Microsoft

How to Keep Windows XP From Alphabetizing My CD When I Burn it

Microsoft

How to Make the File View in Windows XP Explorer Always Show Details

Microsoft

How to Disable the Magnifier on Vista

Microsoft

How to Change Windows XP Startup Options

Microsoft

How to Recover Lost Keys to Programs

Microsoft

How to Block Ports in Windows

Microsoft

Leave a Comment