Welcome! Log In Create A New Profile

Advanced

HTML and javascript

Posted by TraceyB 
Announcements Last Post
Announcement SoC Curricula 09/30/2017 01:08PM
Announcement Demarcation or scoping of examinations and assessment 02/13/2017 07:59AM
Announcement School of Computing Short Learning Programmes 11/24/2014 08:37AM
Announcement Unisa contact information 07/28/2011 01:28PM
HTML and javascript
December 17, 2008 10:06AM
I have a menu that's displayed on an HTML page, its inserted like this:

<SCRIPT language=JavaScript src="http://xxx/xxx.js"; type=text/javascript></SCRIPT>

<SCRIPT language=JavaScript src="http://xxx/xxx.js"; type=text/javascript></SCRIPT>

It's always been working but I'm now connecting to this html file from another location and the js menu is not displaying.

Help!
Anonymous User
Re: HTML and javascript
December 17, 2008 10:20AM
is javascript maybe disabled in the browser? or the new location's proxy server/firewall may be blocking something??
Re: HTML and javascript
December 17, 2008 10:47AM
no and the new location is just a subfolder in the original folder.
Re: HTML and javascript
December 17, 2008 10:56AM
You did change any webserver configuration, e.g The virtual site's or alias' path ?
avatar Re: HTML and javascript
December 17, 2008 11:25AM
You need diagnostics - why is it not displaying?
Try typing in the url "http://xxx/xxx.js"; into the browser to see what it says. Might
be "404: not found" or "403: forbidden" etc.

You can't fix a problem without knowing what is causing it; diagnosis is the most
important part of the fixing process, and randomly attempting various solutions in the
hope that one of them fixes it is not the way to go.
Sorry, only registered users may post in this forum.

Click here to login