Answer the question
In order to leave comments, you need to log in
How to save the entire site with all Js scripts - so that they REALLY work offline?
How to unload a complete site with all Js (and others too) scripts - what would work completely offline?
WebSite Copier and Offline Explorer - do not save WORKING scripts on pages!
Here's how I can save the site, so that later in Fairfox I can view it along with the chat animation?
juliangarnier.com
Answer the question
In order to leave comments, you need to log in
save through the browser with all the files and that's it. but it may not work for you, tk. some scripts in js require a request to the server to show some kind of dynamic content. that is, without the Internet, it will stupidly show you empty fields instead of content. or display nothing at all. if the Internet is available, then most likely it will work, but there is an option when the request addresses are incompletely written in the scripts, because of this they can refer to non-existent resources. for example, they usually write instead of http:// blablabla. com/login.php?action=login can simply be written as /login.php?action=login. then the page will start referring to those files that are not on the server, but on your hard drive (or where you save it). most likely, you will have to manually search for them and edit them. You can also write a python script with parsing and link replacement. but I think it will take more time.
This downloader - https://ru.archivarix.com/website-downloader-cms-c... downloads the site with all styles and scripts, and installs everything on its CMS. Just keep in mind, if the site had contact forms, dynamic content and other things that require some algorithm to work on the server, it will not work. Downloading the site can restore the way it looks as close as possible, but the internal workings of the site can only be restored by downloading its code from the hosting.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question