Javascript on Linux server

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

    Javascript on Linux server

    I currently have a page that is running from a windows based server
    with frontpage extensions installed. My mouseover script works great.
    I am now in the process of developing another page that will run from
    a linux server that will not have the frontpage extensions installed.
    My question is, does the differnt platform matter with javascript.
    Will the exact code that is working on the windows server work on the
    linux server?

    Thanks in advance,

    Aaron
  • Michael Winter

    #2
    Re: Javascript on Linux server

    On 4 May 2004 08:03:40 -0700, atodd_109 <atodd@leightro nix.com> wrote:
    [color=blue]
    > I currently have a page that is running from a windows based server
    > with frontpage extensions installed. My mouseover script works great.
    > I am now in the process of developing another page that will run from
    > a linux server that will not have the frontpage extensions installed.
    > My question is, does the differnt platform matter with javascript.
    > Will the exact code that is working on the windows server work on the
    > linux server?[/color]

    Yes. A mouseover script would have to be client-side, so as long as the
    server transmits the script, it'll work. The server doesn't have any more
    involvement than that.

    Mike

    --
    Michael Winter
    M.Winter@blueyo nder.co.invalid (replace ".invalid" with ".uk" to reply)

    Comment

    Working...