www.pudn.com > coolchat.zip > chatframe.pl


sub sendframe 
{ 
        print "Content-type: text/html\n\n"; 
        print qq| 
$Chat_Roomname -- 主题聊天室 
 
 
 
 
   
   
     
     
     
       
       
 
       
     
     
     
   
     
   
       
         
         
                
         
         
         
     
   
  此网页使用了框架,但您的浏览器不支持框架。 
   
 
 
|; 
} 
1;