Title: Ware Do I place Java Code?
Last modified: August 19, 2016

---

# Ware Do I place Java Code?

 *  [monkeymartingmailcom](https://wordpress.org/support/users/monkeymartingmailcom/)
 * (@monkeymartingmailcom)
 * [17 years, 7 months ago](https://wordpress.org/support/topic/ware-do-i-place-java-code/)
 * I would like to add a some java script to by blog but I am not sure ware to place
   the Java code
 * Here is the code:
 *     ```
       /* ---------------------------- */
       /* SHOW-HIDE Layer				*/
       /* ---------------------------- */
       function showlayer(layer){
       	var myLayer=document.getElementById(layer).style.display;
       	if(myLayer=="none"){
       		document.getElementById(layer).style.display="block";
       	} else {
       		document.getElementById(layer).style.display="none";
       		}
       }
       ```
   
 * This is the link to the Java code
    [http://woork.blogspot.com/2007/10/show-hide-layer-using-simple-javascript.html](http://woork.blogspot.com/2007/10/show-hide-layer-using-simple-javascript.html)
 * Should I put this code in the header or the page Ware I am using the script
 * Thanks
    -mike

Viewing 1 replies (of 1 total)

 *  [joshkin20](https://wordpress.org/support/users/joshkin20/)
 * (@joshkin20)
 * [16 years, 11 months ago](https://wordpress.org/support/topic/ware-do-i-place-java-code/#post-849960)
 * Hey Mike, did you ever figure out that script and where to put it? I’m looking
   for answers to the same problem.
 * Let me know if you found anything.
 * Thanks,
 * -Josh

Viewing 1 replies (of 1 total)

The topic ‘Ware Do I place Java Code?’ is closed to new replies.

## Tags

 * [code](https://wordpress.org/support/topic-tag/code/)
 * [java](https://wordpress.org/support/topic-tag/java/)

 * 1 reply
 * 2 participants
 * Last reply from: [joshkin20](https://wordpress.org/support/users/joshkin20/)
 * Last activity: [16 years, 11 months ago](https://wordpress.org/support/topic/ware-do-i-place-java-code/#post-849960)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
