Need help with Java...

Discussion in 'JavaScript and AJAX' started by satsugaisha, Sep 12, 2007.

  1. satsugaisha

    satsugaisha New Member

    Joined:
    Sep 12, 2007
    Messages:
    1
    Likes Received:
    0
    Trophy Points:
    0
    Occupation:
    Student
    Location:
    Malaysia
    Home Page:
    http://satsugaisha.blogspot.com
    I need help with Java,guys...I was trying to get a drop down menu for my blog...I tried the code locally and it worked...The problem now is with Blogger...I inserted this code:

    Code:
    <script type="text/javascript">
    cssdropdown.startdropdown("navigator")
    </script>
    After I insert this code...The code changed into:

    Code:
    <script type="text/javascript">
    cssdropdown.startdropdown(&quot;navigator&quot;)
    </script>
    Then,the dropdown menu did not work...I think this was the reason it did not work...Can anyone help me please?Thanks...
     
  2. DaWei

    DaWei New Member

    Joined:
    Dec 6, 2006
    Messages:
    835
    Likes Received:
    5
    Trophy Points:
    0
    Occupation:
    Semi-retired EE
    Location:
    Texan now in Central NY
    Home Page:
    http://www.daweidesigns.com
    Don't let your editor rewrite your code. Incidentally, Java and Javascript are two completely different languages.
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice