2013年6月7日
摘要: 你是不是有页面是分帧的页面,如果是左右分帧,那么下面的这些语句可是非常的有用,它可以帮你在一个链接打开两个页面中不同的内容,一个是本页中的内容,一个是另外一帧中的内容。<a href="page1.htm" target="frame2"onclick="parent.frame3.location.href='page2.htm'">链接文字</a> 阅读全文
posted @ 2013-06-07 16:52 筱莜 阅读(50) 评论(0) 推荐(0)
摘要: <html><body><b>This text is bold</b><br /><strong>This text is strong</strong><br /><big>This text is big</big><br /><em>This text is emphasized</em><br /><i>This text is italic</i><br /><small&g 阅读全文
posted @ 2013-06-07 14:55 筱莜 阅读(147) 评论(0) 推荐(0)