Connecting Tech Pros Worldwide Help | Site Map

Javascript on Linux server

atodd_109
Guest
 
Posts: n/a
#1: Jul 23 '05
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
Guest
 
Posts: n/a
#2: Jul 23 '05

re: Javascript on Linux server


On 4 May 2004 08:03:40 -0700, atodd_109 <atodd@leightronix.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@blueyonder.co.invalid (replace ".invalid" with ".uk" to reply)
Closed Thread