Velocity Reviews

Velocity Reviews (http://www.velocityreviews.com/forums/index.php)
-   General Computer Support (http://www.velocityreviews.com/forums/f44-general-computer-support.html)
-   -   Web Page Help (http://www.velocityreviews.com/forums/t371861-web-page-help.html)

daisy 09-26-2006 05:12 AM

Web Page Help
 
I need some help with my web page. On my home page I am running an applet that makes snow flakes fall over a picture of a snowman. What I want to be able to do is to click somewhere on that snowman and go to another page. What code would I use to do this and can I use that code inside the applet? I have tried using and AHREF tag inside my applet but that doesn'y work.

Here is my code so far:

<HTML>

<HEAD>

<TITLE>
Merry Christmas and A Happy New Year
</TITLE>

</HEAD>

<BODY BGCOLOR="#336633" ALINK="#DC143C" VLINK="#DC143C" LINK="#DC143C">
<CENTER>
<FONT SIZE="8"> <FONT COLOR="#DC143C"> Merry Christmas from The Smith's
<P>

</CENTER>
<CENTER>
<applet code="alcsnow" width=538 height=289>
<param name="grph" value="xmasgivn8.jpg">
<param name=snows value="500">
<param name=threadsleep value="75">
</applet>
</CENTER>

<CENTER>
<FONT SIZE ="5"> Have A Merry Christmas and A Happy New Year
<BR>
<BR>
</BODY>
</HTML>

Thanks.


All times are GMT. The time now is 12:35 AM.

Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57