Hoochie mama! Error logs are filled to the brim :) Sorry...just never had this issue before so never thought about it.
Stuart On 6/24/06, Todd Ross <[EMAIL PROTECTED]> wrote:
On 6/24/06, Todd Ross <[EMAIL PROTECTED]> wrote: > On 6/24/06, Dark Ambient <[EMAIL PROTECTED]> wrote: > > http://icanc.com/dnd/formelements.php > > > > That is the latest > > From formelements.php: > > <script src="/javascript/dragdrop.js" type="text/javascript"></script> > > By manually trying to retrieve that file from > http://icanc.com/javascript/dragdrop.js: > > Not Found > The requested URL /javascript/dragdrop.js was not found on this server. > > Additionally, a 404 Not Found error was encountered while trying to > use an ErrorDocument to handle the request. > Apache/1.3.36 Server at icanc.lurkingforwork.com Port 80 > > It can't find the JavaScript files. If you check your webserver logs, > you'll probably see a ton of 404 errors from your testing. http://icanc.com/dnd/javascript/dragdrop.js works fine. That means that the advice that Brian gave you about making the script elements relative instead of absolute (remove the / from the beginning) was spot on. Either move your scripts to the root of your webserver where you're looking for them, or making them relative as Brian suggested. Todd _______________________________________________ Rails-spinoffs mailing list [email protected] http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
_______________________________________________ Rails-spinoffs mailing list [email protected] http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
