LifeImplementing RssReader Function with Asp+XmlHttp
implement RssReader function with Asp+XmlHttp stylebackground-color:#ffffff;margin-top:6px;}Form {margin:0px;}* {font:12px tahoma;line-height:140%;color:#000000}.title {font-weight:bold;color:red;}.time {font:10px;color:#999999;}A {text-decoration:none;color:blue;}/style lt;script type="text/javasc...
LifeToday is 9.10 Teachers 'Day
I wanted to write something about teachers, but thinking about it felt like constipation. However, after wandering around for a long time, I found that Baidu had also created maps. After seeing Baidu's map, it is still the DEMO version. It seems that when I came back from earning money in Nasi, I s...
Life[JS]Play the JS code of mp3
A very simple and practical JS code for playing mp3 --------------------------- EMBED name= mp3 src=*.mp3 hidden= true type= audio/mpeg loop= 0 autostart= false{Background music} nbsp;�� nbsp; A href= javascript: document.mp3.play () target=_self playback/A ح = javascript:document.mp3.stop() targe...
LifeSee what traffic jam means...
On the morning of September 6, traffic on the Shibanpo Yangtze River Bridge was paralyzed for about four hours, and tens of thousands of citizens had to walk across the bridge in the rain. The sidewalk on the bridge is crowded as lively as a market. The cause of the accident was that a No. 611 bus...
LifeBlog has also entered the era of portals
Sina Technology News On September 8, Sina announced the launch of a public beta version of Blog in Beijing, becoming the first portal website in China to officially launch a Blog channel. As expected of Sina, it invited many well-known industry figures to support it. It is said that more than 400 w...
Life[JS]Check whether Media Player 9 is installed
Verify whether Media Player 9 is installed. ------------------------------------------ script language= javascript!--function checkPlayer(){ s = Player.versionInfo.split(.,1); if (s == '9' | s=='10') { alert ('You have installed the correct version. '); } else { alert ('You need to download and ins...
LifeHappy and unlucky
Today, Yang Erwa passed her life. After making a phone call, he was surprised to learn that he and Qiu Qiu were about to complete the Long March and enter the besieged city. How happy! They are both classmates and friends of mine. It can be said that I have witnessed the long journey of love betwee...
LifeToday is September 3, the 60th anniversary of the victory of the Anti-Japanese War.
During this period, the weather in Chongqing has also gotten warmer. Poor me still had to travel around in order to get a second-generation ID card. On the first day (August 30), I ran there and was stuck in the car for a long time. I just got off work when I arrived. I went again the next day (Aug...
LifeMSN finally made a move on me
Looking at it today, the poor 2M is already 25M, and it is said that it will increase to 250M in 30 days. [End of full text]...
Life[JS]Determine whether the uploaded file is an image code
Determine whether the uploaded file is an image. If it shows the width and height of the picture. ------------------------------------ FORM name=form action= method=post encType=multipart/form-dataINPUT onpropertychange=document.all.aaaa.src=this.value type=file name=uploadBR width: INPUT name=W hi...