aspx Éú³ÉHTML ¾²Ì¬Ò³
aspx Éú³ÉHTML ¾²Ì¬Ò³ £ºhttp://www.cnblogs.com/ejiyuan/archive/2007/11/09/954325.html
cs Ò³£º
using System;
using System.Data;
using System.Configuration;
using System.Collections;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Web.UI.HtmlControls;
using System.Text;
using System.IO;
using System.Net;
namespace WebHtml
{
public partial class _Default : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
}
protected void Button1_Click(object sender, EventArgs e)
{
string strDate = DateTime.Now.ToString("yyMMdd") + "\\" + DateTime.Now.ToString("yyyymmddhhmmss");
string strFileName = strDate + ".shtml";//´æ´¢µ½Êý¾Ý¿âÖÐ
string strTitle=Request.Form["Title"].ToString().Trim();//½ÓÊÕ´«¹ýÀ´µÄ±êÌâ
string strContent=Request.Form["Content"].ToString().Trim();//½ÓÊÕ´«¹ýÀ´µÄÄÚÈÝ
string[] content = strContent.Split(new Char[] {'|'});//¶ÔÄÚÈݽøÐвð·Ö£¬²¢±£´æµ½Êý×é
int upbound = content.Length;//Êý×éµÄÉÏÏÞ
//SqlServerDataBase db = new SqlServerDataBase();
// bool success = db.Insert("insert into inNews(Title,Content,FilePath)values('" + st
Ïà¹ØÎĵµ£º
±¾ÎÄת×Ô£ºhttp://hi.baidu.com/gle_el/blog/item/43d0f6f464577a68dcc47431.html
event.x £¬event.y:Óë´¥·¢Ê¼þµÄ¶ÔÏóÏà¹ØµÄÊó±êλÖõÄXY×ø±ê;
offsetTop
»ñÈ¡¶ÔÏóÏà¶ÔÓÚ°æÃæ»òÓÉ offsetParent ÊôÐÔÖ¸¶¨µÄ¸¸×ø±êµÄ¼ÆËã¶¥¶ËλÖá£
offsetLeft
»ñÈ¡¶ÔÏóÏà¶ÔÓÚ°æÃæ»òÓÉ offsetParent ÊôÐÔÖ¸¶¨µÄ¸¸×ø±êµÄ¼ÆËã ......
HTMLÔªËØËÙ²é
ÏÂÃæÁгöÁË HTML ¶¨ÒåµÄÔªËØ¼¯£¬°´×Öĸ˳ÐòÅÅÁС£
±í1-1 ÔªËØÁбí
Ôª ËØ ˵ Ã÷
a ±íÃ÷³¬Á´½ÓµÄÆðʼ»òÄ¿µÄλÖÃ
acronym ±íÃ÷Ëõд´Ê
address ÌØ¶¨ÐÅÏ¢£¬ÈçµØÖ·¡¢Ç©Ãû¡¢×÷Õß¡¢´ËÎĵµµÄÔ´´
applet ÔÚÒ³ÃæÉÏ·ÅÖÿÉÖ´ÐÐÄÚÈÝ
area ¶¨Òå¿Í»§¶ËͼÏñÓ³ÉäÖÐÒ»¸ö³¬¼¶Á´½ÓÇøÓòµÄÐÎ×´¡¢×ø±ê
b Ö¸¶¨Îı¾Ó¦ÒÔ´ÖÌå ......
XML±»Éè¼ÆÓÃÀ´ÃèÊöÊý¾Ý£¬Æä½¹µãÊÇÊý¾ÝµÄÄÚÈÝ¡£
HTML±»Éè¼ÆÓÃÀ´ÏÔʾÊý¾Ý£¬Æä½¹µãÊÇÊý¾ÝµÄÍâ¹Û¡£
Ó¦¸ÃÕÆÎյĻù´¡ÖªÊ¶£º
ÔÚÄú¼ÌÐøÑ§Ï°Ö®Ç°£¬ÐèÒª¶ÔÒÔÏÂ֪ʶÓлù±¾µÄÁ˽⣺
HTML / XHTML
JavaScript or VBScript
ʲôÊÇXML?
XMLÖ¸¿ÉÀ©Õ¹±ê¼ÇÓïÑÔ£¨EXtensible Markup Language£©
XMLÊÇÒ»Ö ......
I needed a tab pane to put some content in my web pages. There are many solutions around
and I must say that they are quite good, but I had some extra requirements that I needed.
I did search around but I did not find what I wanted, so I ended up producing something and now I am sharing
it with y ......