Title: JAVA in sidebar
Last modified: August 18, 2016

---

# JAVA in sidebar

 *  [stchatterbox](https://wordpress.org/support/users/stchatterbox/)
 * (@stchatterbox)
 * [20 years, 11 months ago](https://wordpress.org/support/topic/java-in-sidebar/)
 * i wanna add an analogue clock to my sidebar. since i donnu how to use the FEX
   progressive clock, i turned to java and inserted the following in my sidebar 
   template in presentation
    <SCRIPT LANGUAGE=”JavaScript”>var clocksize=100;</SCRIPT
   > <SCRIPT SRC=”[http://gheos.net/js/clock.js”></SCRIPT&gt](http://gheos.net/js/clock.js”></SCRIPT&gt);
 * but it didn’t work why?

Viewing 15 replies - 1 through 15 (of 31 total)

1 [2](https://wordpress.org/support/topic/java-in-sidebar/page/2/?output_format=md)
[3](https://wordpress.org/support/topic/java-in-sidebar/page/3/?output_format=md)
[→](https://wordpress.org/support/topic/java-in-sidebar/page/2/?output_format=md)

 *  Thread Starter [stchatterbox](https://wordpress.org/support/users/stchatterbox/)
 * (@stchatterbox)
 * [20 years, 11 months ago](https://wordpress.org/support/topic/java-in-sidebar/#post-219377)
 * ah, and what about the progressive clock? i’ve installed it successfully now.
 * anyone could tell me how to add an analogue clock to your wordpress blog! thanks
 *  Thread Starter [stchatterbox](https://wordpress.org/support/users/stchatterbox/)
 * (@stchatterbox)
 * [20 years, 11 months ago](https://wordpress.org/support/topic/java-in-sidebar/#post-219395)
 * hello? anyone knows? i just want an analogue clock on my weblog,……please help
 *  [Lorelle](https://wordpress.org/support/users/lorelle/)
 * (@lorelle)
 * [20 years, 11 months ago](https://wordpress.org/support/topic/java-in-sidebar/#post-219418)
 * [This article](http://www.cameraontheroad.com/?p=654) covers what you need to
   know to use javascript (not java – that’s different) in WordPress.
 *  Thread Starter [stchatterbox](https://wordpress.org/support/users/stchatterbox/)
 * (@stchatterbox)
 * [20 years, 11 months ago](https://wordpress.org/support/topic/java-in-sidebar/#post-219456)
 * read it already but my script is just
 * <SCRIPT LANGUAGE=”JavaScript”>var clocksize=100;</SCRIPT>
    <SCRIPT SRC=”[http://gheos.net/js/clock.js”></SCRIPT&gt](http://gheos.net/js/clock.js”></SCRIPT&gt);
 * and i wanna add this analogue script to my sidebar.
 * any tricks or tips to do it? i inserted it, but it’s not working. thanks
 *  [Lorelle](https://wordpress.org/support/users/lorelle/)
 * (@lorelle)
 * [20 years, 11 months ago](https://wordpress.org/support/topic/java-in-sidebar/#post-219457)
 * If you had read the article, you would know that you have to “call” the script.
   So far, all you have done is just tell the script to load, but not initiate.
 * Add the “var” to the `clock.js` and use the following, with whatever the “function”
   is (per the article) for the script:
 * `<script type="text/javascript" src="/js/clock.js"></script>
    <script type="text/
   javascript"> <!-- clock(); //--></script>
 * Make sure that it is all in lower case, not capital letters, too.
 *  Thread Starter [stchatterbox](https://wordpress.org/support/users/stchatterbox/)
 * (@stchatterbox)
 * [20 years, 11 months ago](https://wordpress.org/support/topic/java-in-sidebar/#post-219458)
 * but where in the world should i upload the script?
    wp-admin wp-content wp-image
   wp-include
 *  Thread Starter [stchatterbox](https://wordpress.org/support/users/stchatterbox/)
 * (@stchatterbox)
 * [20 years, 11 months ago](https://wordpress.org/support/topic/java-in-sidebar/#post-219479)
 *  Thread Starter [stchatterbox](https://wordpress.org/support/users/stchatterbox/)
 * (@stchatterbox)
 * [20 years, 11 months ago](https://wordpress.org/support/topic/java-in-sidebar/#post-219481)
 * can anyone help me?…………….i’m dying…..of that clock!please…have some pity on me……………:(
 *  [Joshua Sigar](https://wordpress.org/support/users/alphaoide/)
 * (@alphaoide)
 * [20 years, 11 months ago](https://wordpress.org/support/topic/java-in-sidebar/#post-219482)
 * I pasted your very original code, and BAM, I got the clock!
 * Can you apply the code right now? We could probably, then, go to your site and
   see if it generates any script error.
 *  Thread Starter [stchatterbox](https://wordpress.org/support/users/stchatterbox/)
 * (@stchatterbox)
 * [20 years, 11 months ago](https://wordpress.org/support/topic/java-in-sidebar/#post-219484)
 * I got it work finally….it only works IE, but not FF….what about you? Alphaoide?
 * just wonder if there’s kind of analogue clock that works both in FF and IE…..:)
 *  [Joshua Sigar](https://wordpress.org/support/users/alphaoide/)
 * (@alphaoide)
 * [20 years, 11 months ago](https://wordpress.org/support/topic/java-in-sidebar/#post-219485)
 * Works in ie and ff to me
 *  Thread Starter [stchatterbox](https://wordpress.org/support/users/stchatterbox/)
 * (@stchatterbox)
 * [20 years, 11 months ago](https://wordpress.org/support/topic/java-in-sidebar/#post-219486)
 * ops? really? why can’t for me?
    take a look at my site [http://sv.formulx.com/blog](http://sv.formulx.com/blog)
   it does not work in FF
 *  [Joshua Sigar](https://wordpress.org/support/users/alphaoide/)
 * (@alphaoide)
 * [20 years, 11 months ago](https://wordpress.org/support/topic/java-in-sidebar/#post-219487)
 * Get some sleep and check again the next day 😉
 *  Thread Starter [stchatterbox](https://wordpress.org/support/users/stchatterbox/)
 * (@stchatterbox)
 * [20 years, 11 months ago](https://wordpress.org/support/topic/java-in-sidebar/#post-219488)
 * ok, that’s very kind of you. thanks so much/ remember to tell me what you see
   with FF 🙂
 *  [Ryan Duff](https://wordpress.org/support/users/ryanduff/)
 * (@ryanduff)
 * [20 years, 11 months ago](https://wordpress.org/support/topic/java-in-sidebar/#post-219490)
 * StChatterbox: this is for you… [how to ask a question and get a respectful response](http://www.crazydrumguy.info/gettinghelp.html)
 * Oh yeah, and stop spamming my blog.

Viewing 15 replies - 1 through 15 (of 31 total)

1 [2](https://wordpress.org/support/topic/java-in-sidebar/page/2/?output_format=md)
[3](https://wordpress.org/support/topic/java-in-sidebar/page/3/?output_format=md)
[→](https://wordpress.org/support/topic/java-in-sidebar/page/2/?output_format=md)

The topic ‘JAVA in sidebar’ is closed to new replies.

## Tags

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

 * In: [Installing WordPress](https://wordpress.org/support/forum/installation/)
 * 31 replies
 * 6 participants
 * Last reply from: [Joshua Sigar](https://wordpress.org/support/users/alphaoide/)
 * Last activity: [20 years, 11 months ago](https://wordpress.org/support/topic/java-in-sidebar/page/3/#post-219555)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
