
69_vette
Deleted
May 1, 2000, 11:08 PM
Post #1 of 1
(864 views)
|
Hi, What is the best way to do a server push? I know how to do this: <BLOCKQUOTE><font size="1" face="Arial,Helvetica,sans serif">code:</font><HR> use CGI::PUSH $co = new CGI::PUSH; $co->do_push(-next_page=>\&page); sub page { code here }</pre><HR></BLOCKQUOTE> Would that be the best and/or easiest way to do that? Thanks!
|