• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

JavaScript -- File sizes

MaluMan

Member
i was wondering if anyone could help me out with some JavaScript, i'm trying to make links to a bunch of different files, and also show their respective sizes next to the link dynamically

i do not have write access on the webserver and i figured JavaScript would then be my best option...another problem is that it has to work with a majority of available browsers (not just IE, Netscape) also assuming they do not have a JVM

any ideas???

thanks for the help
 
JavaScript only works client-side. You would need some sort of server-side language (ASP, PHP, JSP, etc.) in order to dynamically show filesizes for server files.
 
Back
Top