The _javascript_ console shows this error when the _javascript_ is executed:
 
"The requested URL /WebObjects/SalondataComparison.woa/Contents/WebServerResources/sortTable.js was not found on this server"
 
But the file is there.  I'm accessing it over https.  Does that have anything to do with it?
 
John
----- Original Message -----
From: John Huss
Sent: Tuesday, February 21, 2006 10:05 AM
Subject: External javascrpt file - referencing

I put the _javascript_ file in the Web Server Resources folder and added it to the Web Server target.
 
Here's the HTML:
<script src=""></script>
 
And the binding:
sortTableURL: WOResourceURL {
    filename="sortTable.js";
}
 

In the source for the generated page it shows up as:
 
<script src=""></script>
 
It looks like the other links on the page have "/cgi-bin" as the first part of the URL, so could that be the problem?


_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/jhuss%40icsusa.com

This email sent to [EMAIL PROTECTED]
 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to