please check for a permission denied error

liunx

Guest
I need people to who have error checking enabled to let me know if a permission denied error shows up.<br />
<br />
The backgrounds are suppose to be the same for the IFRAME.<br />
<br />
<!-- m --><a class="postlink" href="http://websiteprogrammin.com/hayfork/index.htm">http://websiteprogrammin.com/hayfork/index.htm</a><!-- m --><br />
click on business or churches<br />
<br />
This error only shows up every few days and I can't figure out why.<br />
<br />
The error is generated when an IFRAME which calls an external js file which has this code:<br />
<br />
var path_name = top.location.pathname;<br />
var dem = "";<br />
if(path_name.indexOf('demosite') > 0){dem = "";}<br />
<br />
What the code does is call a certain stylesheet according to what's in the pathname.<br />
<br />
The pages are on the same server and even within the same directory.<!--content-->
 
Back
Top