Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modification GIF Folder Preview Script #9749

Closed
deiraf opened this issue Sep 17, 2023 · 1 comment
Closed

Modification GIF Folder Preview Script #9749

deiraf opened this issue Sep 17, 2023 · 1 comment

Comments

@deiraf
Copy link

deiraf commented Sep 17, 2023

Hello, maybe anyone here can help me to modify this script ? I want file name located under the gif & the text size is little bit smaller, so that more gif can appears in one row .
Here's the script.

<html><head><title>Animator</title></head>
<body><script type="text/vbs">
set fso=CreateObject("Scripting.FileSystemObject")
set fldr=fso.GetFolder(".")
for each file in fldr.files
if lcase(right(file.name,4))=".gif" then
document.write "<img src=""" & file.name & """>"
document.write file.name & "&#160;&#160;&#160;&#160;&#160;&#160;"
end if
next
</script></body></html>

Thanks
Regard, Anfasa

@domenic
Copy link
Member

domenic commented Sep 17, 2023

This is not the right repository for programming help. I suggest https://stackoverflow.com.

@domenic domenic closed this as completed Sep 17, 2023
@whatwg whatwg locked as off-topic and limited conversation to collaborators Sep 17, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

2 participants