Home > Software engineering >  Please help me to change the VBScript problem
Please help me to change the VBScript problem

Time:09-28

Now want to change some website, must be fixed url jump will appear in front, otherwise the prompt,
If the blank page copy URL directly the tip

Dim strProper
StrProper="3.172.122. * *, * *. * * *. * * * * *"
StrProper=split (strProper, ", ")

For I=0 to UBound (strProper)
If instr (document. The referrer, strProper (I))=0 then

How to write, after the jump to the URL

CodePudding user response:

Feel you haven't describe the complete problem, it is no wonder that there is no reply,
  • Related