Re: [AOLSERVER] AOLserver 3.4 has been released!

2001-05-17 Thread Eduards Cauna
>Binaries of AOLserver 3.4 for many platforms are available at: > ftp://ftp.aolserver.com/server/binary/ > http://aolserver.com/archive/server/binary And where is a windows version?

[AOLSERVER] Form variables

2001-05-15 Thread Eduards Cauna
What is the best way to access form variables (i.e., variables submitted using html form) in adp pages? There is code I am using now but not sure I am understand everything what there happens. proc fetch_variables { } { # fetch all variables from forms and fancy urls uplevel {

[AOLSERVER] encodings for win AOLserver

2001-05-02 Thread Eduards Cauna
How can I add encodings for windows AOLserver? At moment I have only (using "encoding names"): utf-8 cp1252 identity unicode iso8859-1 My Wish terminal offers: cp860 cp861 cp862 cp863 cp864 cp865 cp866 gb12345 cp949 cp950 cp869 dingbats ksc5601 macCentEuro cp874 macUkraine jis0201 gb2312 euc-cn

Re: [AOLSERVER] aolserver documentation

2001-04-30 Thread Eduards Cauna
At 21:42 4/30/2001, you wrote: >(..) >the number one complaint is that the documentation >sucks Absolutely! Aolserver + tcl thing is described close to unacceptable. It was a great surprise for me that variables from submited form are not available. I wasted couple of days to find a solution. Any

[AOLSERVER] encodings for win AOLserver

2001-04-25 Thread Eduards Cauna
How can I add encodings for windows AOLserver? At moment I have only: utf-8 cp1252 identity unicode iso8859-1 Instead Wish terminal offers: cp860 cp861 cp862 cp863 cp864 cp865 cp866 gb12345 cp949 cp950 cp869 dingbats ksc5601 macCentEuro cp874 macUkraine jis0201 gb2312 euc-cn euc-jp macThai jis0

[AOLSERVER] Threads

2001-04-23 Thread Eduards Cauna
How can I program threads with AOLserver? Say, I would like to fetch several pages simultaniously.

Re: [AOLSERVER] Intermittent header on web page?

2001-04-23 Thread Eduards Cauna
For adp pages try ns_puts. At 23:48 4/23/2001, you wrote: > > Actually, I am using neither ns_write or ns_read. I > > am using ns_adp_puts to "print to the browser". > > Should I be gathering all the html into one var and > > then ns_write it out? > >No. If you're using ADP, you shouldn't be c