zoukankan
html css js c++ java
target 属性 链接目标
不符合标准网页设计的理念,不赞成使用.
取值
_blank
-- 在新窗口中打开链接
_parent
-- 在父窗体中打开链接
_self
-- 在当前窗体打开链接,此为默认值
_top
-- 在当前窗体打开链接,并替换当前的整个窗体(框架页)
一个对应的框架页的名称
-- 在对应框架页中打开
引用网址:http://www.dreamdu.com/xhtml/attribute_target/
target
,中文"目标"的意思
查看全文
相关阅读:
any、some、all for sql
Date CONVERT() 函数
Config Database
移动master 数据库
使用 OpenRowSet 和 OpenDataSource 访问 Excel 972007
动态管理视图和函数
SQL Server 2005 Merge Replication Step by Step Procedure
系统试图(返回表所有记录数及所有的 identity 列)
js if without curly brackets bug All In One
Web3 All In One
原文地址:https://www.cnblogs.com/ITRoad/p/2132294.html
最新文章
PreTranslateMessage函数拦截部分消息
linux 中文乱码
每日记载内容总结2
overflow:hidden lineheight clear:both用法
jsp页面简单分页
每日记载内容总结4
关于lucene2.2部分代码
用commonsfileupload1.2 实现文件上传
每日记载内容总结3
每日记载内容总结1
热门文章
Problem: Map service preview is blank in ArcCatalog from an ArcGIS Server .NET map service (map service 预览为空白 )
如何解决问题
一点小小的感悟
推荐几个好用的asp.net控件(to be continued)
ArcGIS的缓存技术(ZZ)
几个概念
arcgis server 配置中常见问题(ZZ)
arcgis server常见的几个问题解决方案
学习RIA+REST的好网站推荐
CUBE 和 ROLLUP 之间的具体区别
Copyright © 2011-2022 走看看