index.php
上传用户:feiyaoda
上传日期:2016-11-21
资源大小:9556k
文件大小:1k
源码类别:

WEB邮件程序

开发平台:

PHP

  1. <html>
  2. <head>
  3. <title>web Genarator</title>
  4. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  5. </head>
  6. <frameset rows="100,*" frameborder="NO" border="0" framespacing="0" cols="*"> 
  7.   <frame name="topFrame" scrolling="NO" noresize src="haut.php" >
  8.   <frameset cols="2,*" frameborder="NO" border="0" framespacing="0"> 
  9.     <frame name="leftFrame" scrolling="NO" noresize src="gauche.php">
  10.     <frame name="mainFrame" src="inscrit.php" scrolling="NO" >
  11.   </frameset>
  12. </frameset></frameset>
  13. <noframes> 
  14. <body bgcolor="#FFFFFF" text="#000000">
  15. </body>
  16. </noframes> 
  17. </html>