Life[Original] Get the keyboard Keycode to make a mobile phone dial
Use the Get Keyboard Keycode to create a WEB version of the Internet phone dialing function. Picture: Demonstration: www.shududu.com/demo/webphone/...
LifeJS function: Get key code
JS function: Get key keycode Get key script language= javascript function keyDown() { var keycode=event.keyCode; var keychar=String.fromCharCode(keycode); alert('ASCII='+keycode+'nKeyChar='+keychar); } document.onkeydown=keyDown; /script Use ENTET instead of TAB script language= javascriptfunction...
LifeAspUpload upload upload component
No components are used much more, and it feels like it's really good to have components uploaded. The speed and effect are quite good. The upload progress code comes from haiwa, and the compressed package contains AspUpload 3.0. Note: You need to register the DLL on the server first. aspupload.rar...
Lifeflood peak crossing
Last year, the sun was scorching hot today, and this year, it rained heavily. Either you don't come, or you have too much.. The current weather is really a sin......
LifeeBay is dead? Is eBay alive?
eBay spent US$500 million to turn eBay, which was once No. 1, into a half-dead eBay, and now it has posted US$40 million to TOM to restore eBay. But eBay is still the same, and the country is no longer... The new eBay is online....
Life[JS]Preview and inspection before uploading images
File upload foreground control detection program v0.6 style}/style lt;script language=javascript//create an image objectVar AllImgExt=".jpg | .jpeg | .gif | .bmp | .png | //all picture format typesVar FileObj,ImgFileSize,ImgWidth,ImgHeight,FileExt,ErrMsg,FileMsg,HasCheked,IsImg//global variable pic...
Life10th anniversary of Hong Kong's return to China
When I returned in 1997, I stayed up all night in excitement. The next day, I saw the remains of thermos bottles piled in front of my apartment. I still remember it well, it has been 10 years....
LifeA rabbit ate a wolf and a wild boar
A rabbit ate a wolf and a wild boar. one day, a rabbit was writing an article in front of a cave. A wolf came over and asked, "Rabbit, what are you doing?" answer: "write articles." Ask: "what's the problem?" The answer is: "? How does the rabbit eat the wolf? the wolf laughed and expressed disbeli...
LifeMosaic avatar composed of Adobe icons
An avatar composed entirely of Adobe icons. Isn't the avatar very handsome? You can sit further and see it....
LifeSome detours: cross-domain calls between js and flash
One recent thing requires the use of calls between JS and FLASH. When doing it, there was no problem because it was in the same domain. When it comes to cross-domain calls, life and death just don't work. After solving the cross-domain problem in the JS part, the problem still exists. It turns out...