如何将一个HTML文件嵌入一个ASP页面框架底部
一个HTML文件:是一个显示播放器页面(在服务器要目录/exobud_mp/exobud.html)
要把这个HTML嵌入到一个首页ASP文件中,如何使用frameset 使播放器始终显示在asp页面的底部,刷新页面时不会导致歌曲重
播。这个代码应该如何设置?
首页ASP文件代码:
<!--#include file="chklogin.asp"-->
<!--#include file="var.asp"-->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>www.360any.com </title>
<link href="../sub/main.css" rel="stylesheet" type="text/css">
</head>
<%=webbody%>
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="160" valign="top" bgcolor="F979BC" style="border-right:#333333 1px solid;">
<!--#include file="left.asp"-->
</td>
<td align="center" style="border-left:#cccccc 1px solid;">
<table width="100%" height="620" border="0" cellpadding="0" cellspacing="0">
<tr>
相关问答:
owc11满足不了要求,有没有更好点的,asp能调用的
目前没发现,帮你顶!
应该没有了吧
自已写。顶
帮顶,关注!
好像就这个了,目前还没看到其他得上市使用。。。帮顶!
自己再顶一下
好像是没有 ......
不是直接打开,而是读取内容,然后可以操作的数据,可以存储到数据库或者显示在页面上。
word文件在服务器端。
可以考虑用第三方组件
http://officewriter.softartisans.com/officewriter-372.aspx
有中文说 ......
前段时间碰到一道面试题如下:
test.aspx页面有如下代码:
Response.Write(Test.GetDate());
Test类如下:
public class Test
{
static string dt="";
public static s ......
最近在做个网上商城,购物车模块,没有做过,麻烦各位帮忙说下大致说下思路,能发一份源码更好。小弟先谢过各位了;
QQ:413763818;
eamil:swebook@126.com
网上一大堆!
www.51aspx.com
去下 ......
搜索了半天,都没发现怎么删除Cookies子键的,
有一些,也是说的.net的,
HTML code:
Response.Cookies("xx")("1")="11"
Response.Cookies("xx")("2") ......