home *** CD-ROM | disk | FTP | other *** search
- <ccResource>
- <ccTitle>
- Image Previewer
- </ccTitle>
- <ccCategory>
- Images
- </ccCategory>
- <ccDescription>
-
- </ccDescription>
- <ccInstructions>
-
- </ccInstructions>
- <ccHeadContent>
- <SCRIPT LANGUAGE="JavaScript">
- function CoffeePreview(sel) {
- document.CoffeePreview.src = "" + sel.options[sel.selectedIndex].value;
- }
- function CoffeeShow(sel) {
- images = new Array();
- images[1] = "1.jpg";
- images[2] = "2.jpg";
- images[3] = "3.jpg";
- images[4] = "4.jpg";
- images[5] = "5.jpg";
- images[6] = "6.jpg";
- window.location.href = images[sel.selectedIndex+1];
- }
- // End -->
- </script>
- </ccHeadContent>
- <ccBodyContent>
- <center>
- <form name=previewselect>
- <select name=selbox size=1 onChange="CoffeePreview(this)">
- <option value="1-small.jpg">Image #1
- <option value="2-small.jpg">Image #2
- <option value="3-small.jpg">Image #3
- <option value="4-small.jpg">Image #4
- <option value="5-small.jpg">Image #5
- <option value="6-small.jpg">Image #6
- </select>
- <p>
- <img name="preview" src="1-small.jpg" width=150 height=113 border=1>
- <p>
- <input type=button value="view Image" onclick="CoffeeShow(this.form.selbox)">
- </form>
- </center>
-
- </ccBodyContent>
- <ccElementContent>
-
- <ccElementName></ccElementName>
- <ccElementAction></ccElementAction>
-
- </ccElementContent>
- <ccExtraData>
-
- </ccExtraData>
- </ccResource>