I have a page on a server at a remote location that only displays if it is accessed internally.
Heres how it works, the page has a button and a list of files, when the button is clicked the script creates a csv file from various database tables and writes it to a folder on the server. The page then refreshes with the new file in the list.
On the server this is fine but when I access the site externally I have the following problem:
Clicking the button causes the script to run, so far so good. The page is blank on refresh. The source for the page however, is identical to that of the page source when loaded correctly on the server. The file is created so it can't be a folder permissions thing.
Any ideas? Also, first post.
Edit I can't give you any code, it's work related and we don't share.
edit2 this is as far as it gets:
function titleBar_Dis
edit3 Just in case anybody is still reading this. Thanks everyone (unless you downvoted me, in which case :p..) It appears that this is a network problem and not a code problem.