Welcome to MobyThreads.com!
FAQFAQ   SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in
All support for the MobyThreads Threaded phpBB MOD can now be found on welsolutions at this forum

How to configure apache to support javascript

 
   Web Hosting and Web Master Forums (Home) -> Apache RSS
Related Topics:
Does Apache support ASP? - Good morning, Am I correct in assuming that Apache does not support ASP and that I'll have to convert any scripts to PHP? - or is there a 'patch' that can be installed to ensure that the server can recognise ASP? I am currently with both..

how to configure Apache to run PHP from public_html? - Hello, as far as I know, I have to add a special - Entry to my if I want to allow my users to run from their So I have created a folder named in each The goal is..

How to configure Apache to work with ISS - I've installed Apache 2 on Windows 2000 and it's called alpha (my computer name) and I can also access it via Now I want to install IIS 5 on the same machine, so it can work together with Apache, so that I can access Apache..

Compiling Apache with SSL support on W2K - Hi, I'm trying to compile Apache with SSL for W2K. Here's what I've done: * Apache 2.0.47 code from * OpenSSL 0.9.7b code from * copied the OpenSSL to..

Newbie - How to enable PHP support in Apache? - I'm using SuSE 8.2 Pro, Apache is running but somehow my php pages won't load in my browser. I got and mod_php4 Do I have to edit a config file somewhere else? Thanks in advance, Sergio
Next:  mod_rewrite: redirect all requests to index.php  
Author Message
jsmith3

External


Since: Nov 28, 2003
Posts: 2



(Msg. 1) Posted: Fri Nov 28, 2003 2:26 pm
Post subject: How to configure apache to support javascript
Archived from groups: alt>apache>configuration (more info?)

Our ISP is currently hosting our web page. I do not know what web server
they use.

We are wanting to move the content in-house to a Windows 2000 server running
Apache 2.0.48.

Part of the web page displays a menu based on javascript. Here is part of
the code:

----snip-----
</script>
</head>
<body text="#000000" bgcolor="#FFFFFF" link="#000066" vlink="#EE0000"
alink="#EE0000" leftmargin="0" topmargin="0" rightmargin="0"
marginheight="0" marginwidth="0" bottommargin="0">
<script type='text/javascript'>

function Go(){return}

</script>
<script type='text/javascript' src='exmplmenu_var.js'></script>
<script type='text/javascript' src='menu_com.js'></script>
<noscript>Your browser does not support script.</noscript>
-----snip------

This works fine on our ISP's server, but the menu does not display at all on
our Apache.

How do I configure Apache to display the javascript menu?

Thanks in advance.

 >> Stay informed about: How to configure apache to support javascript 
Back to top
Login to vote
davideyeahsure

External


Since: Nov 03, 2003
Posts: 2907



(Msg. 2) Posted: Fri Nov 28, 2003 7:28 pm
Post subject: Re: How to configure apache to support javascript [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

John Smith <jsmith.DeleteThis@bellsouth.net> wrote:
 > Part of the web page displays a menu based on javascript.
 > How do I configure Apache to display the javascript menu?

Javascript isn't handled by the server, but by the client (browser),
so isn't a problem of the server.

Davide<!-- ~MESSAGE_AFTER~ -->

 >> Stay informed about: How to configure apache to support javascript 
Back to top
Login to vote
jsmith3

External


Since: Nov 28, 2003
Posts: 2



(Msg. 3) Posted: Fri Nov 28, 2003 7:28 pm
Post subject: Re: How to configure apache to support javascript [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

I found the problem.

<script type='text/javascript' src='menu_com.js'></script>

menu_com.js was located in a subdirectory, rather than in the root.
Therefore, the menu was not being displayed because apache could not it.

To fix, I can either move menu_com.js to the root or add the path
links/menu_com.js

"Davide Bianchi" <davideyeahsure DeleteThis @onlyforfun.net> wrote in message
news:bq7t2v$1vhc07$2@ID-18487.news.uni-berlin.de...
 > John Smith <jsmith DeleteThis @bellsouth.net> wrote:
  > > Part of the web page displays a menu based on javascript.
  > > How do I configure Apache to display the javascript menu?
 >
 > Javascript isn't handled by the server, but by the client (browser),
 > so isn't a problem of the server.
 >
 > Davide<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: How to configure apache to support javascript 
Back to top
Login to vote
Display posts from previous:   
   Web Hosting and Web Master Forums (Home) -> Apache All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]