Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript The Garage Door Menu

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #27432
    beeldspraak
    Participant

    Hi folks, Please could you advise. I have absolutely no knowledge of java at all. But i would like to use the garage door menu from this site in my web page. All I would be grateful to know is how do I integrate the two .js files into my css and xhtml as i am coding? i am ok with the css that is included, but no idea how to integrate the java files and where exactly do they go. thanking you for your help.
    Chris.

    #68932
    kobylecki
    Member

    First advise: to read (http://w3schools.com/), some definitions of languages.
    You want to write in JavaScript but you talk about Java (these aren’t the same).
    Second: Including script file to the page (page.html in head section) is too easy: <script type="text/javascipt" src="path_to _file.js"></script>

    #68933
    beeldspraak
    Participant

    Wow, That’s it! Had no idea. Thankyou, I appreciate you taking the time to reply. Chris.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘JavaScript’ is closed to new topics and replies.