<% ' DO NOT EDIT THIS FILE! ' CyberCash will periodically issue new versions of this file ' to keep users in sync with the latest versions of the ' Microsoft Wallet. Dim mswallet_url, mswallet_clsid, mswallet_ver, mswallet_pi_url, mswallet_pi_ver mswallet_url = "mswallet.cab" mswallet_clsid = "87D3CB66-BA2E-11cf-B9D6-00A0C9083362" mswallet_ver = "2,0,0,1307" mswallet_pi_url = "http://www.microsoft.com/merchant/wallet.htm" mswallet_pi_ver = "2,0,0,1307" ' Create a dictionary object for MS wallet object Dim DictMSWalletCredit, sValue Set DictMSWalletCredit = CreateObject("Scripting.Dictionary") ' Format the following string. ' ' ' ' sValue = "" _ & "" _ & "" _ & "" DictMSWalletCredit.Add "ActiveX", sValue ' Format the following string. ' sValue = "" DictMSWalletCredit.Add "Plugin", sValue %>