Flash Games
 FAQ   Search   Memberlist   Usergroups   Register  Profile   Log in to check your private messages   Log in 


Help!!!!



 

Post new topic   Reply to topic  
   DEVPPL Forum Index -> JavaScript Forum
View previous topic :: View next topic  
Author Message
Pavanne



Joined: 24 Sep 2006
Posts: 10

PostPosted: Thu Sep 28, 2006 1:00 pm    Post subject: Help!!!! Reply with quote

Before I go mad with frustration, can anybody please tell me why the function in the following script does not work?

<html>
<head>
<title>Function Calling</title>
<script language="javascript" type="text/javascript">
function saySomething(message) {
alert(message)
}
</script>
</head>

<body>
<h2>Animal Sounds</h2>
<hr/>

<form action ="#">
<input type="button" value="Cow" onclick="saySomething('moo')" />
<input type="button" value="Sheep" onclick="saySomething('Baa')" />
<input type="button" value="Dog" onclick="saySomething('Woof')" />
<input type="button" value="Duck" onclick="saySomething('Quack')" />
<input type="button" value="Cat" onclick="saySomething('meow')" />
</form>

</body>
</html>


Last edited by Pavanne on Sat Sep 30, 2006 12:51 am; edited 1 time in total
Back to top
View user's profile Send private message
Pavanne



Joined: 24 Sep 2006
Posts: 10

PostPosted: Sat Sep 30, 2006 12:43 am    Post subject: Re: Help!!!! Reply with quote

Can anybody help me with this, please?

I'm getting error messages to say the animal sounds are undefined.

How do I define them?

The "moo" sound seems to work, but I can't see the difference in the scripting between that and the other animal sounds.

Any thoughts appreciated.

Thanks.
Back to top
View user's profile Send private message
Pavanne



Joined: 24 Sep 2006
Posts: 10

PostPosted: Sat Sep 30, 2006 1:18 pm    Post subject: Re: Help!!!! Reply with quote

For some unknown reason it now works!!!

I have changed nothing.

Oh well. Laughing
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    DEVPPL Forum Index -> JavaScript Forum All times are GMT + 1 Hour
Page 1 of 1

 
 
Welcome to DEVPPL.com
You are not logged in, which means that you can't post in the forums.
Click here to Register

If you are a current member here on DEVPPL, please login below:

User: Pass:
Log me on automatically each visit:

 


Powered by phpBB © 2001, 2005 phpBB Group - Modified by DEVPPL

Flash Games - Sitemap