Nov
2
Nov
2
这是用在ASP语言的
<asp:Label id="lblBarcode" runat="server" Font-Size="24pt" Font-Names="3 of 9 Barcode">
</asp:Label>
如果是PHP,要怎样表达?
忘了说,“3 of 9 Barcode”这是一个条形码的字体,就是39码,我想知道在PHP下怎样调用这个字体,代码怎样写?!
<asp:Label id="lblBarcode" runat="server" Font-Size="24pt" Font-Names="3 of 9 Barcode">
</asp:Label>
如果是PHP,要怎样表达?
忘了说,“3 of 9 Barcode”这是一个条形码的字体,就是39码,我想知道在PHP下怎样调用这个字体,代码怎样写?!
Nov
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" lang="en-US" xml:lang="en-US">
<head>
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))' />
<link rel="schema.DC" href="http://purl.org/DC/elements/1.0/" />
<link rel="SHORTCUT ICON" href="http://www.ibm.com/favicon.ico" />
<meta name="Security" content="public" />
<meta name="Source" content="Franklin/IPC" />
<meta name="DC.Rights" content="Copyright (c) 2006 by IBM Corporation" />
<meta name="Robots" content="index,follow" />
<meta name="DC.Language" scheme="rfc1766" content="en-US" />
<meta name="DC.Date" scheme="iso8601" content="2006-05-22" />
<!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" lang="en-US" xml:lang="en-US">
<head>
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))' />
<link rel="schema.DC" href="http://purl.org/DC/elements/1.0/" />
<link rel="SHORTCUT ICON" href="http://www.ibm.com/favicon.ico" />
<meta name="Security" content="public" />
<meta name="Source" content="Franklin/IPC" />
<meta name="DC.Rights" content="Copyright (c) 2006 by IBM Corporation" />
<meta name="Robots" content="index,follow" />
<meta name="DC.Language" scheme="rfc1766" content="en-US" />
<meta name="DC.Date" scheme="iso8601" content="2006-05-22" />
Nov
2
在一个网站上找到的
<script language=JavaScript>
var imgUrl=new Array();
var imgLink=new Array();
var adNum=0;
imgUrl[1]="http://dimg.163.com/dp/040621/f88/221.jpg";
imgLink[1]="/art/editor02/040621/040621_16695(1).html";
<script language=JavaScript>
var imgUrl=new Array();
var imgLink=new Array();
var adNum=0;
imgUrl[1]="http://dimg.163.com/dp/040621/f88/221.jpg";
imgLink[1]="/art/editor02/040621/040621_16695(1).html";
Nov
1
1 >屏蔽功能类
1.1 屏蔽键盘所有键
<script language="javascript">
<!--
function document.onkeydown(){
event.keyCode = 0;
event.returnvalue = false;
}
-->
</script>
1.1 屏蔽键盘所有键
<script language="javascript">
<!--
function document.onkeydown(){
event.keyCode = 0;
event.returnvalue = false;
}
-->
</script>









