Changeset 445 for beta/index.php
- Timestamp:
- Feb 22, 2009, 5:46:24 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
beta/index.php
r440 r445 1 <script> 2 function popup(url, wid, hei) { 3 left = (window.screen.availWidth-wid)/2; 4 shora = (window.screen.availHeight-hei)/2; 5 window.open(url,"_blank","left="+left+",top="+shora+",scrollbars=yes,resiza ble=no,toolbar=no,menubar=no,status=no,location=0,width="+wid+",height ="+hei); 6 } 7 </script> 8 <?php 9 session_start(); 1 <?php 2 session_start(); 10 3 include_once("./inc/db.php"); 11 4 include_once("./inc/html.php");
Note:
See TracChangeset
for help on using the changeset viewer.