搜索

最新评论

友情博客

RSS

我的 Blog:
sweetvanilla 最新的 20 条日志
[日记]
[网页制作]
[转载]
[好吃懒做]
全站 Blog:
全站最新的 20 条日志
 
如何在自己的网页中插入asp程序

在BLOG里做一些文本的存档用,顺便喂饱一下可怜的TECHAN


用框架方式
========================
<html>
<head>
<title>| ::在這裏輸入妳的主頁的名稱:: |</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>
<frameset rows="602,20" cols="*" framespacing="0" frameborder="no" border="0">
<frame src="default.asp" noresize>
<frame src="bgm/music.htm" scrolling="no" noresize>
</frameset>
<noframes><body>

</body></noframes>
</html>
==========================
裏麵的"default.asp"寫日記本的地阯

"bgm/music.htm"寫"網頁音樂播放器"的鏈接地阯

sweetvanilla 发表于 2006-6-22  [所属栏目:网页制作 | 返回首页]
小字体中字体大字体
评论(共 {Count} 条)
{CommentAuthor}:
{CommentTime}
{CommentUrl}
{CommentEmail}
{CommentIp}
{CommentContent}