Jump to content

Recommended Posts

Posted

I moved my website from my .mac account to Heliohost. Everything went smoothly except for a couple of pages that have javascript on them. The java script is not running (it works on the old .mac site).

 

The page in question is located at http://badbeatpokerleague.heliohost.org/html/results.html

 

Using Web Developer Tool Bar on Firefox I chose the View java script option from the Information drop down. It opens a new tab and gives me the following:

 

http://badbeatpokerleague.heliohost.org/javascript/SpryTabbedPanels.js

 

<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">

<html><head>

<title>403 Forbidden</title>

</head><body>

<h1>Forbidden</h1>

<p>You don't have permission to access /javascript/SpryTabbedPanels.js

on this server.</p>

<p>Additionally, a 404 Not Found

error was encountered while trying to use an ErrorDocument to handle the request.</p>

<hr>

<address>Apache/2.2.11 (Unix) mod_ssl/2.2.11 OpenSSL/0.9.8e-fips-rhel5 mod_wsgi/3.0c3 Python/2.4.3 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 Server at badbeatpokerleague.heliohost.org Port 80</address>

</body></html>

 

http://badbeatpokerleague.heliohost.org/html/IEmarginFix.js

 

<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">

<html><head>

<title>404 Not Found</title>

</head><body>

<h1>Not Found</h1>

<p>The requested URL /html/IEmarginFix.js was not found on this server.</p>

<p>Additionally, a 404 Not Found

error was encountered while trying to use an ErrorDocument to handle the request.</p>

<hr>

<address>Apache/2.2.11 (Unix) mod_ssl/2.2.11 OpenSSL/0.9.8e-fips-rhel5 mod_wsgi/3.0c3 Python/2.4.3 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 Server at badbeatpokerleague.heliohost.org Port 80</address>

</body></html>

 

Inline Script from http://badbeatpokerleague.heliohost.org/html/results.html

 

var tp1 = new Spry.Widget.TabbedPanels("tp1", { defaultTab: 0 });

 

Using the same tool on the .Mac page the result displays the actual javascript.

 

Any help would be greatly appreciated. Let me know if there is anything else you need to know

 

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...