我的第一个网站(一)

来源:互联网 发布:兰州seo安安网站建设 编辑:程序博客网 时间:2024/05/22 06:20

(1)网站布局


(2)表头部分

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">

<meta http-equiv="content-type" content="text/html;charset=utf-8">

<link rel="stylesheet" type="text/css" href="styles/register.css">
<script type="text/javascript" src="js/register.js"></script>

(3)php相关函数

<?php require "includes/header.inc.php" ?>

(4)JavaScript相关函数

window.onload=function(){
document.getElementById('img').onclick=function(){
window.open('face.php','face','width="400px",height="400px",top=0,left=0');
};
};


0 0
原创粉丝点击