"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.
Comment