Results 1 to 3 of 3

Thread: VBScript

  1. #1

    Thread Starter
    New Member
    Join Date
    Mar 2002
    Posts
    1

    VBScript

    I'm not stupid enough to run .vbs files, but what about VBScript embedded into HTML pages? How do I stop those?

    This is on a Windows NT/2k computer.

    I tried turning off Active Scripting in the Security options but that disabled javascript also.
    Last edited by jon787; Mar 16th, 2002 at 04:36 PM.

  2. #2
    Member
    Join Date
    Mar 2002
    Location
    Amsterdam
    Posts
    51
    Possibly you are mixing up opening .vbs files and running embedded VBScript.

    Basically you don't want to run attachments with an .exe or .vbs extension, that it is your own responsibility. Further more you do want JavaScript and VBScript to run, and to get warnings when these script try to access, for instance, your filesystem. Such attempts are regulated by your browser settings.

    So check out the browser settings. JavaScript and VBScript make no difference - you only should forbid those script to open things you would not want them to.

  3. #3
    The picture isn't missing BuggyProgrammer's Avatar
    Join Date
    Oct 2000
    Location
    Vancouver, Canada
    Posts
    5,217
    acutally .vbs is MSScript while the thing on webpages is VBScript.

    quite different in security. and many functions are missinf in VBScript like FSO.
    Remember, if someone's post was not helpful, you can always rate their post negatively .

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width