School Assignment? Project Due Tomorrow? Chat LIVE With A Programming Expert!

Welcome to Dream.In.Code
Become an Expert!

Join 300,475 Programmers for FREE! Get instant access to thousands of experts, tutorials, code snippets, and more! There are 1,741 people online right now. Registration is fast and FREE... Join Now!




javascript to css?

 

javascript to css?

ramstoria

26 Jul, 2007 - 05:02 PM
Post #1

New D.I.C Head
*

Joined: 26 Jul, 2007
Posts: 1


My Contributions
i need this javascript to run in css, so that the form load the image below, thanks. but i dont know how to get it to work thanks.

CODE
<script type="text/javascript">
function chooseImage(el){
   sel = el.options[el.selectedIndex];
  
   if(!sel.value){
      alert('Please choose an option');
   }
   else{
      img = '<img src="' + sel.value + '" alt="' + sel.innerHTML +'" />';
   }
   document.getElementById('myImage').innerHTML = img
}
</script>


<body>
<form id="form1" name="form1" method="post" action="">
  <select name="select" onchange="chooseImage(this)">
    <option>Choose</option>
    <option value="http://www.gamestop.com/common/images/sbox/180005a.jpg">Animal Crossing: Wild World</option>

    
    
  </select>
</form>
<p>&nbsp;</p>
<div id="myImage"></div>
</body>
</html>


[mod edit] Java != JavaScript.

User is offlineProfile CardPM
+Quote Post


girasquid

RE: Javascript To Css?

26 Jul, 2007 - 06:38 PM
Post #2

Barbarbar
Group Icon

Joined: 3 Oct, 2006
Posts: 1,628



Thanked: 53 times
Dream Kudos: 825
My Contributions
What do you mean by "run in css"? Javascript is Javascript and CSS is CSS, you can't really interchange the two.
User is offlineProfile CardPM
+Quote Post

snoj

RE: Javascript To Css?

26 Jul, 2007 - 06:57 PM
Post #3

Now with 10% more nom!
Group Icon

Joined: 31 Mar, 2003
Posts: 3,369



Thanked: 29 times
Dream Kudos: 775
My Contributions
You can though use JavaScript to manipulate CSS though. (Which can come in quite handy from time to time.)
User is offlineProfile CardPM
+Quote Post

Fast ReplyReply to this topicStart new topic

Time is now: 11/8/09 03:10AM

Live Help!

Be Social

Dream.In.Code RSS Feed Dream.In.Code LinkedIn Group Follow Us On Twitter Fan Us On Facebook

Tutorials

Programming

Web Development

Reference Sheets

Code Snippets

DIC Chatroom

Bye Bye Ads

Monthly Drawing

Thumb Drive

Top Contributors

Top 10 Kudos This Month