PHP基础PHP教程php框架JavaScript
asp.netAJAX正则表达式ASP
获取到document,var doc = document.getElementById('mainFrame' ).contentDocument || document.frames['mainFrame'].document;
添加触摸事件
doc.addEventListener('touchmove',function(event){ event.preventDefault();},false);