Calling a java script from a .js file - Javascript

This is a discussion on Calling a java script from a .js file - Javascript ; I am new to java and have script that i want to call lets say xxx. js how can i do this in html and where do i put it on the server thanks billy...

+ Reply to Thread
Results 1 to 3 of 3

Calling a java script from a .js file

  1. Default Calling a java script from a .js file

    I am new to java and have script that i want to call lets say xxx.js how
    can i do this in html and where do i put it on the server
    thanks
    billy

  2. Default Re: Calling a java script from a .js file

    Hi,
    This is what i do.
    first i add the xxx.js between <head> and </head>

    <head>
    <script src='xxx.js' type='text/javascript' language='JavaScript'></script>
    </head>

    Then in html tag i call the function name.

    HTH

    Regards
    Moin.

    billy <watchman2@NOSPAMbigfoot.com> wrote in message news:<Xns944816EA7EF81bre1@216.77.188.18>...
    > I am new to java and have script that i want to call lets say xxx.js how
    > can i do this in html and where do i put it on the server
    > thanks
    > billy


  3. Default Re: Calling a java script from a .js file

    moin_anjum@yahoo.com (Moin Anjum) wrote in
    news:5429c390.0312070936.3ab82faa@posting.google.com:

    > moin_anjum@yahoo.com


    plese explain using the function name and the tag i need to use this
    i told you i was new
    thanks
    billy

+ Reply to Thread

Similar Threads

  1. Calling a configuration file into a tcl script
    By Application Development in forum TCL
    Replies: 5
    Last Post: 11-01-2007, 09:45 PM
  2. calling a script with arguments
    By Application Development in forum Perl
    Replies: 7
    Last Post: 07-27-2007, 02:56 PM
  3. Calling a script from a VB program.
    By Application Development in forum basic.visual
    Replies: 0
    Last Post: 11-01-2004, 11:47 AM
  4. JSP calling a perl script
    By Application Development in forum Java
    Replies: 0
    Last Post: 05-17-2004, 11:21 AM
  5. Vb script calling asp code
    By Application Development in forum Inetserver
    Replies: 0
    Last Post: 01-09-2004, 08:31 AM