Jump to content

javascript issue


Recommended Posts

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

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...