Check if an Object exists in VBScript

前端 未结 6 1428
我在风中等你
我在风中等你 2020-12-16 10:59

I\'m maintaining a Classic ASP app written in VB Script by an outside company long, long ago.

I have an array of imagefile paths, like so:

dim banner         


        
6条回答
  •  执笔经年
    2020-12-16 11:45

    You need to have at least dim banners on every page.

    Don't you have a head.asp or something included on every page?

提交回复
热议问题