Connecting Tech Pros Worldwide Help | Site Map

Javascript on Linux server

  #1  
Old July 23rd, 2005, 11:42 AM
atodd_109
Guest
 
Posts: n/a
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
  #2  
Old July 23rd, 2005, 11:42 AM
Michael Winter
Guest
 
Posts: n/a

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Which Is The Better Approach To Working With Javascript? Patient Guy answers 84 July 14th, 2008 03:55 AM
parent.frames.textFrame has no properties when app deployed on linux server mbbonline answers 1 June 4th, 2007 11:54 AM
Javascript to capture HTTP data for parsing Epictitus answers 4 February 19th, 2007 01:45 PM
Need a list of benefits of .Net over PHP/ASP and JavaScript news@celticbear.com answers 6 November 16th, 2005 08:07 PM