more than one javascript on a page

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

    more than one javascript on a page

    i know there is a way to have more than one js script on an html page but i
    do not know how that is. Can anyone tell me how to do that?
    thnks


  • Tim Slattery

    #2
    Re: more than one javascript on a page

    "Solaz" <solaz@webqueen .net> wrote:
    [color=blue]
    >i know there is a way to have more than one js script on an html page but i
    >do not know how that is. Can anyone tell me how to do that?
    >thnks[/color]

    Not entirely sure what you're asking. You can have any number of
    Javascript functions between <SCRIPT...> and </SCRIPT> tags. You can
    also have any number of <SCRIPT...>.. .</SCRIPT> blocks in your page.

    --
    Tim Slattery
    Slattery_T@bls. gov

    Comment

    Working...