VBScript opening a non-toolbar window
Have you ever wanted to open a new window without a toolbar at the top and a scrollbar on the side? Well this is exactly what this vbscript code does. (please vote for this code if you like it)
AI
สรุปโดย AI: This codebase represents a historical implementation of the logic described in the metadata. Our preservation engine analyzes the structure to provide context for modern developers.
ซอร์สโค้ด
<Script Language = "vbscript"> Sub B1_OnClick() Window.open "access.html","fastftp","toolbar=0,location=0,status=0,menubar=0,scrollbars=1,resizable=1,width=403,height=250" B1.Value = " File Downloaded! " end sub </script>
ความคิดเห็นดั้งเดิม (3)
กู้คืนจาก Wayback Machine