home *** CD-ROM | disk | FTP | other *** search
/ PC User 2004 November / PCU1104CD1.iso / software / security / files / norton.exe / Setup / ISCommon / APP / LocWiz.dll / HTML / LOCATION-WIZ.VBS < prev   
Encoding:
Text File  |  2003-09-06  |  588 b   |  16 lines

  1. '////////////////////////////////////////////////////////////////////////////////////////////
  2. '//
  3. '// PRODUCT: Norton Internet Security/Symantec Desktop Firewall
  4. '//
  5. '// NAME:    Location-Wiz.vbs (VBScript file for Location-Wiz.htm)
  6. '//
  7. '// Copyright (c) 2003 by Symantec Corporation. All rights reserved.
  8. '//
  9. '////////////////////////////////////////////////////////////////////////////////////////////
  10.  
  11.  
  12. Function makeMsgBox(title,mess,icon,buts,defbut,mods)
  13.    butVal = buts + (icon*16) + (defbut*256) + (mods*4096)
  14.    makeMsgBox = MsgBox(mess,butVal,title)
  15. End Function
  16.