About Erik Expertise I know a lot of HTML and DHTML, JavaScript, and I can help you with almost any question about building web pages. I am also a GeoCities TimesSquare community leader, and can help with almost any GeoCities question.
Experience I have been builing web sites for a little over 3 years
Organizations GeoCities Community leader and volunteer program and Askme.com
Education/Credentials Brainbench HTML 4.0 Certified
Brainbench JavaScript Certified
You can view my online transcript at http://www.brainbench.com/transcript.jsp?pid=188720
Question no one here would answer my question
my answer always expired when i needed it
this time i'll do this right
i need code for mouseover with sound and without sound
ALSO
a code for a button....whatzitcalls...i dont know. a button when i click it everytime it pops up saying different things each time
thx i see you're an absolute smartie
answer ASAP!
Answer #1) MOUSEOVER WITH SOUND
*** Put this code right after the <BODY> tag:
(make sure you change the image location and the sound file location)
<SCRIPT LANGUAGE="JavaScript">
function themousegoeson()
{
MPlyr.Play()
theimage.src="THE SECOND IMAGE.GIF"
}
function themousegoesoff()
{
MPlyr.Stop()
theimage.src="THE FIRST IMAGE.GIF"
}
</SCRIPT>