문제

I want to display the file structure of the my project folder (downloaded from my site only) in the user/client's web browser even when user is offline.

Example:

my_project/
│ css/
│ │ style.css

│ js/
│ │ js.js

└ index.html

when user opens index.html on web browser the above file structure must be generated automatically.

My biggest problem is, i don't know how to achieve cross browser compatibility.

Note: I have already tried http://jslib.mozdev.org/ but i got nothing.

올바른 솔루션이 없습니다

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top