Step 1:
Visit the JavaScript Kit web page that has the "Any Month" calendar (see Sources). This cool JavaScript calender allows the user to select any month from any year to display the dates and days of the week for that particular month. The benefits of such a calendar are as follows: 1) people looking up days of the week for future plans find it more useful than a Java Script calendar that shows only one month or a few months; and 2) this calendar takes up a very small space because the actual display simply changes to the new month (it requires no extra space to display a new month).
Step 2:
Access the HTML for the page where you would like to place the JS calendar. Find the place on the page where you would like the calendar to appear.
Note: For those just starting out, the way you access the HTML of a web page depends on what programs or tools you are using. HTML editors allow you to access the HTML, whether they be expensive editors Dreamweaver or free ones like NVU. Also, if your hosting account has cPanel, you can access the HTML by clicking on "File Manager," finding the web page in your files, selecting the web page and then clicking on "Edit" or "Code Editor."
Step 3:
Place the first piece of JavaScript code in the "head" section of the HTML. The "head" section starts with "" and ends with the "" tag. Put that first piece of code in between those beginning and ending "head" tags.
Step 4:
Put the next piece of code for the JavaScript calendar (from the JavaScript Kit page) in the "body" section. This section is the part that generally shows up to the web page visitor in a browser. It begins with "" and ends with the "" tag. Put the code where you would like the calendar to show up in relation to the rest of the visible part of the page. In other words, you could place the calendar just below the title, at the bottom of the page or anywhere else on the page. It all depends on where inside the "body" section you place the second piece of code.
Step 5:
The last step is to actually change the beginning "body" tag. Follow the third step on the JavaScript Kit page to change the beginning body tag.
Once you complete all of these steps and save the changes to the web page, your Java Script calendar will appear on the web page when you visit the page on the Internet. Note that you might or might not see JavaScript functions in an editor. Always check in an actual browser to see if the calendar appears.
Sources:
Published by Jimmy Boyd
- How to Create a Web Page Password to Protect Private Web PagesWebmasters can create a password protected web page or entire password protected directories. Web owners can use password protection to run a private membership site or start an information marketing business by selli...
- How to View Source Code for Web PagesThis short tutorial will show you how to find, view and save the source code for web pages in your internet browser.
Top 10 Web Pages of Crazy Celebrity FactsFunny, stupid and crazy celebrity facts can be found on these web pages.- Writing Web Pages that WorkWhen charged with writing web pages, your challenges are more complex than those your paper predecessors faced. You need different strategies.
- How Web Pages WorkThere no question that the web is changing. Simple HTML based web pages are no longer acceptable when it comes to establishing a presence on the internet. What does the future of the internet hold?
- How to Create Special Effects on Your Website, Even If You Don't Know Code
- Creating a Windows-Free Web Design Enviroment
- A Domain to Call Your Own - Finding the Best Web Site Host for Your New Web Pages
- Adding JavaScript to a Wordpress Post
- How Film Directors Bogdanovich, Coppola & Friedkin Fell from Greatness
- Top Ten Stress Reduction AC Content of 2006: The Best Ways to Chill Out
- Using Images in Web Pages



