CoordSize='10,10' strokecolor='white' fillcolor='#ff99ff'><v:path v='m 300,200 ae 300,200,200,150,22020096,1572864 xe'/></v:shape> </v:group> <v:group style='width: 6cm; height: 6cm' coordorigin='0,0' coordsize='250,250'> <v:rect style='height:10;width:15;top:0;left:10' fillcolor='#ffff33'/> <v:rect style='height:28;width:100;top:0;left:30' stroked='false'><v:textbox style='fontsize:2'>asp技术</v:textbox/></v:rect> <v:rect style='height:10;width:15;top:30;left:10' fillcolor='#ff9933'/> <v:rect style='height:28;width:100;top:30;left:30' stroked='false'><v:textbox style='fontsize:2'>php</v:textbox/></v:rect> <v:rect style='height:10;width:15;top:60;left:10' fillcolor='#3399ff'/> <v:rect style='height:28;width:100;top:60;left:30' stroked='false'><v:textbox style='fontsize:2'>jsp</v:textbox/></v:rect> <v:rect style='height:10;width:15;top:90;left:10' fillcolor='#99ff33'/> <v:rect style='height:28;width:100;top:90;left:30' stroked='false'><v:textbox style='fontsize:2'>c#写的.netWEB程序</v:textbox/></v:rect> <v:rect style='height:10;width:15;top:120;left:10' fillcolor='#ff6600'/> <v:rect style='height:28;width:100;top:120;left:30' stroked='false'><v:textbox style='fontsize:2'>vb.net 写的.netWEB程序</v:textbox/></v:rect> <v:rect style='height:10;width:15;top:150;left:10' fillcolor='#ff99ff'/> <v:rect style='height:28;width:100;top:150;left:30' stroked='false'><v:textbox style='fontsize:2'>xml技术 </v:textbox/></v:rect> </v:group> <div style="position: absolute; left: 10; top: 10; width: 760; height:16"> <table border="1" cellpadding="2" cellspacing="2" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#CCCCCC" width="100%" ID="Table1"> <tr> <td width="100%" id=div1> </td> </tr> </table> </div>// 102.是一个特殊的容器,想装个网页都行 <button><iframe src="http://www.google.com/"></iframe></button>//button 103.外部的html代码 event.srcElement.outerHTML// 104.标识当前的IE事件的触发器 event.srcElement和event.keyCode// 105.事件类型 event.type// 106.动态改变类型 <style> .Overnone { border-width:0;background-color:darkblue;cursor:default;color:gold;width:115} .Outnone {border-width:0;background-color:white;cursor:default;width:115} </style> <input class=Outnone onmouseover=this.className='Overnone' >// 107.页面翻转 <html dir=rtl></html>// 108.滚屏 parent.scroll(x,y);// <body onload="s=0" onDblClick="s=setInterval('scrollBy(0, 1)',10)" onClick="clearInterval(s)">// |