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


value help



 

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



Joined: 24 Sep 2006
Posts: 2
Location: belgium

PostPosted: Wed Jan 31, 2007 4:56 pm    Post subject: value help Reply with quote

I have a select box which has images for options (the name) and I want onchange to display the corresponding image, this doesn't work exactly the way I want, I get for ex: tribal1 is being showed on every option! that's not what's supposed to happen, how will every image being showed onchange
I think I need to change the value var but I have no idea how.
Code:
<html>
<head>
<title></title>
<script type="text/javascript">
<!--
function popup()
{
var value;
 switch(value)
  {
   case("t2"):
   window.open("tribal2.jpg","","statusbar=no,scrollbars=yes,menubar=no,height=300,width=300")
   break;
   case("t3"):
   window.open("tribal3.jpg","","statusbar=no,scrollbars=yes,menubar=no,height=300,width=300")
   break;
   default:
   window.open("tribal1.jpg","","statusbar=no,scrollbars=yes,menubar=no,height=300,width=300")
  }
 }
//-->
</script>
<style type="text/css">
<!--
img {visibility:hidden}
-->
</style>


</head>
<body>
<form>
<select onchange="popup()">
<option value="t1">Tribal 1</option>
<option value="t2">Tribal 2</option>
<option value="t3">Tribal 3</option>
</select>
</form>
<br />
<br />
<br />
<!-- hier komen de prentjes -->
<img src="tribal1.jpg" />
<img src="tribal2.jpg" />
<img src="tribal3.jpg" />
<!-- einde prentjes -->
</body>
</html>
Back to top
View user's profile Send private message Yahoo Messenger MSN Messenger
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