calling JS from web page

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Solaz

    calling JS from web page

    i do not know much javascript, but i am trying to call several different
    scripts from the same web page and it is not working. Is there something i
    can do or is this not a thing that is do-able?
    solaz


  • Fabian

    #2
    Re: calling JS from web page

    Solaz hu kiteb:
    [color=blue]
    > i do not know much javascript, but i am trying to call several
    > different scripts from the same web page and it is not working. Is
    > there something i can do or is this not a thing that is do-able?
    > solaz[/color]

    Just have a separate <SCRIPT> tag for each, and, assuminbg the js files
    themselves arent conflicting, it should work.


    --
    --
    Fabian
    Visit my website often and for long periods!


    Comment

    • Douglas Crockford

      #3
      Re: calling JS from web page

      > i do not know much javascript, but i am trying to call several different[color=blue]
      > scripts from the same web page and it is not working. Is there something i
      > can do or is this not a thing that is do-able?[/color]

      Your ignorance is clearly impairing your ability to do useful things. You need
      to educate yourself. Buy and study a good book. It is a good investment.



      Comment

      • solaz

        #4
        Re: calling JS from web page

        Thank you for your response Fabian. Indeed each script does have it's
        separate <script></script> tag, and they work on some pages but not all
        and though i have checked and rechecked i cannot see the problem on the
        pages they do not work on. i can only get it to work on those pages if i
        actually insert the code of one of the scripts into the page itself.
        Then all the scripts work. This seems odd to me, so i thought someone
        might have some insight.

        i apologize for not giving enough words in my first email.

        solaz

        i get too much spam - write to me at
        solaz at webqueen dot net - thanks
        www dot webqueen dot net

        *** Sent via Developersdex http://www.developersdex.com ***
        Don't just participate in USENET...get rewarded for it!

        Comment

        Working...