There are several Java scripts that will be useful to you. Using those scripts will require using Dreamweaver to display the HTML code that Dreamweaver writes in the background. To display that code, there are three important buttons on the Dreamweaver toolbar.
Show Code View - This displays only the HTML code of your page. The advantage of this view is that you can see the head of your page, not just the body. The head of your page is where you will be pasting the Javascript. Show Code and Design Views - This display a split screen view with the HTML view on the top and the page you are designing on the bottom. The advantage of this view is that a selected item on your design page will also be selected in the HTML. Show Design View - This displays only the design of your page.
Making your web page exit a frame - Some pages are written using frames. Links to other pages will cause them to open within the frame. If your page is one of those displayed in the frame it will not be displayed on the full screen.
If your page is in a similar frame and you want it to pop out of the frame, copy the five lines below and paste them into the head of your web page. Don't paste it into the middle of another line. To see an example, view the page source of this page. You may copy the lines below or from the head of this page as you view the page source code.
<SCRIPT LANGUAGE="JavaScript"><!--
if (window != top) top.location.href = location.href;
// -->
</SCRIPT>
Java Script Links
- April's A1 Javascript Resources. April helps provide brains and beauty to any web site with functional Javascript, and cool effects. She lists over 300 free cut and paste scripts! Caution! Don't try to use all 300 on the same page. :-)
- c|net SuperScripter has interactive tools that build Javascript code that you can paste right into your Web pages.
- Doc Javascript has been offering scripts since 1997.
- Java Botique - Free Java applets, games, programming tutorials and downloads.
- Javascript.com has copy and paste scripts as well as tutorials
- Javascript Source is an excellent Javascript resource with tons of "copy and paste" Javascript examples for your web pages. All for free!
- Java Universe from the Web Developer's Virtual Library is a visually stunning use of a script. Go there just to see the image or to find scripts. Whatever your reason, the visit will be well worth the time.
- Mary Malinconico of LaSalle University, presented a session on Javascript at the Connected Classroom conference in Chicago in February of 2000. Her page lists some neat scripts to copy and paste. Caution, use Internet Explorer when viewing the source document, Netscape does not display all of the script components.
- Resources for Writing Web Pages - Specific topics available include: Web Site Design, Writing HTML, FTP Explanations, Interactive On-line Tools, Search for Images, Image Collections, Java and Multimedia links
- Rotating content on your web page. Use a script to display different information each time the page is reloaded.
- Useful Java scripts - Over a dozen categories of scripts
- Yahoo has a directory of Javascript resources.
- WebDeveloper.com offers canned scripts as well as tips and tricks
Custom Search
|
Visitors since November 2000 |