| OK, let's begin. The overall concept is that you will be making a regular looking page, with a text or image link. When you click on this link, the chromeless window will pop up.
1. Put this code in your <*head> section:
<*script language="javaScript"
type="text/javascript"
*SRC="pz_chromeless_2.1.js"><*/SCRIPT>
Remember to take out the *s!
2. Put the code here also in your section. Click on the link and copy and paste it from the page that appears. Note that in this section, there are a number of things you will be customizing:
3. The things to change include: a. theURL="http://www.alysonroad.com/page2.html" - Put in the address of the page that will be popping up b. W=550; H=413; The height and width of the window you want to pop up. c. "AlysonRoad.Com" Put in the title you want to appear in the pop up window bar d. Window colors - put in the hex codes of the colors you want to use 4. Place this is your body with the word or image you want to use as the link to open the window:
5. You will also need to load
this javascript file into your main directory. Click on the link, download it, and just place it into the directory. 6. Make a directory called /img in your file manager 7. Click on these links, copy the images, and load them into your /img directory: clock; close 1; close 2; close 3, and none. Then, when you click on the text link or image you selected in step 4, your window will pop up.
|