[thelist] To Application or Not ..

Anthony Johnston . Antix tech at antix.co.uk
Wed Jan 22 06:48:01 CST 2003


how about a server side include which declares and initialises
collection of country objects?

e.g.
countries.asp
dim gobjCountries

	gobjCountries=new objCountries
	gobjCountries.add("United Kingdom","GBR")

class countries
	private mdicItems

	public property get items()
		set items=mdicItems
	end property

	public function add(name, abbr)
		....
	end function
end class

class country
	name
	abbr
end class

>-----Original Message-----
>From: thelist-admin at lists.evolt.org
>[mailto:thelist-admin at lists.evolt.org]On Behalf Of Michele Foster
>Sent: 22 January 2003 12:31
>To: thelist at lists.evolt.org
>Subject: Re: [thelist] To Application or Not ..
>
>
>Ashok,
>
>----- Original Message -----
>From: "Ashok Hariharan" <listman at hazard0us.org>
>
><tremedous amount of snipping>
>
>> However, i can suggest an improvement to the text file method.
>> Instead of  writing the list of data to the text file from the Admin form,




More information about the thelist mailing list