/* FILE ARCHIVED ON 8:00:59 Jan 14, 2009 AND RETRIEVED FROM THE AN OPENWAYBACK INSTANCE ON 3:37:55 Sep 26, 2024. JAVASCRIPT APPENDED BY OPENWAYBACK, COPYRIGHT INTERNET ARCHIVE. ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C. SECTION 108(a)(3)). */ //-------------------------------------------------------------- // Copyright (C) 2006 Michael Schwarz (https://webarchive.library.unt.edu/eot2008/20090114080059/http://www.ajaxpro.info). // All rights reserved. //-------------------------------------------------------------- // Converter.js // NameValueCollectionConverter if(typeof Ajax == "undefined") Ajax={}; if(typeof Ajax.Web == "undefined") Ajax.Web={}; if(typeof Ajax.Web.NameValueCollection == "undefined") Ajax.Web.NameValueCollection={}; Ajax.Web.NameValueCollection = function(items) { this.__type = "System.Collections.Specialized.NameValueCollection"; this.keys = []; this.values = []; if(items != null && !isNaN(items.length)) { for(var i=0; i