server push

2004-07-11 Thread Octavian Rasnita
Does anyone know if Internet Explorer 6 supports server push? Thanks. Teddy, teddy.fcc.ro [EMAIL PROTECTED] -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>

Re: server push

2002-07-08 Thread Geraint Jones
I had a look at this kind of thing a while back, and I'm happy to say I got it to work, but not with Internet Explorer. Do a search on Google for the phrase "server push" and optionally you could include Internet Explorer (this gave me an article from Microsoft Support d

Re: server push

2002-07-07 Thread alex
what is a server-push? -- alexmailto:[EMAIL PROTECTED] -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: server push

2002-07-07 Thread Hytham Shehab
well, Janek, my q is simple: is IE6 is server-push capable? if yes, then whats the wrong with my script? if not, ok, thanks for the information. thats it thanks -- Hytham Shehab -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: server push

2002-07-06 Thread Janek Schleicher
Hytham Shehab wrote at Sat, 06 Jul 2002 20:04:50 +0200: > #!c:/perl/bin/perl.exe > [snipt 50 lines of code] > -- > Hytham Shehab > btw, i know, there is more perlish way to write this. O.K. What's your question ? Greetings, Janek -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional co

server push

2002-07-06 Thread Hytham Shehab
#!c:/perl/bin/perl.exe while('[EMAIL PROTECTED]'){ if('Internet_Explorer_6' != 'server push'){ $question_r = 'how to push animated images in that browser?'; } elsif { $question_r = 'why my script didn't work?&

Re: Server Push - ditto

2001-06-20 Thread Geraint Jones
nt Jones [mailto:[EMAIL PROTECTED]] > > Sent: June 19, 2001 06:13 > > To: [EMAIL PROTECTED] > > Subject: Server Push > > > > > > Hello list, > > > > I've just implemented a CGI script that uses a server push, and while it > > performs the require

Re: Server Push - ditto

2001-06-19 Thread Curtis Poe
generating the form in the originating > frame ... > > or is there a CGI solution I'm not seeing ? > > John W Moon > -Original Message- > From: Geraint Jones [mailto:[EMAIL PROTECTED]] > Sent: June 19, 2001 06:13 > To: [EMAIL PROTECTED] > Subject: Server

Server Push - ditto

2001-06-19 Thread Moon, John
Sent: June 19, 2001 06:13 To: [EMAIL PROTECTED] Subject: Server Push Hello list, I've just implemented a CGI script that uses a server push, and while it performs the required task, I was wondering if there is any way of improving it. For example, is it possible to use frames? That is, can

Server Push

2001-06-19 Thread Geraint Jones
Hello list, I've just implemented a CGI script that uses a server push, and while it performs the required task, I was wondering if there is any way of improving it. For example, is it possible to use frames? That is, can I keep one frame static while updating another frame? Are ther