refer to html webview textbox

http://stackoverflow.com/questions/7255621/how-to-allow-zooming-of-uiwebview-tried-everything

 https://developer.mozilla.org/en/mobile/viewport_meta_tag

 

http://ask.badadev.com/questions/3468/clicking-on-an-html-textbox-forces-zoom-in-webview-can-we-deactivate-this-behaviour

http://ask.badadev.com/questions/566/zoom-level-issue

 

this is my wanted but no correct answer

http://stackoverflow.com/questions/7073396/disable-zoom-on-input-focus-in-android-webpage

 

 http://www.microsoft.com/china/msdn/library/webservices/asp.net/0410viewstate.mspx?mfr=true

oracle11G windows 7  http://apps.hi.baidu.com/share/detail/33259747

 

 

 

sfHover = function()
{
    var sfEls = document.getElementById("nav").getElementsByTagName("li");
    for (var i=0; i<sfEls.length; i++) {
    sfEls[i].onmouseover=function() {
    this.className+=(this.className.length> 0? " ": " ") + "sfhover ";
    }
    sfEls[i].onMouseDown=function() {
    this.className+=(this.className.length> 0? " ": " ") + "sfhover ";
    }
    sfEls[i].onMouseUp=function() {
    this.className+=(this.className.length> 0? " ": " ") + "sfhover ";
    }
    sfEls[i].onmouseout=function() {
    this.className=this.className.replace(new RegExp(" sfhover\\b"), "");
    }
    }
}
if (window.attachEvent) window.attachEvent("onload", sfHover);

 

 

 

 

 

http://www.codeproject.com/Articles/166291/Generate-a-report-using-Crystal-Reports-in-Visual

 

http://www.codeproject.com/Articles/16366/Working-with-Crystal-Reports-in-Net

 

 

http://visualstudiogallery.msdn.microsoft.com/72a60b14-1581-4b9b-89f2-846072eff19d/

http://blogs.devart.com/dotconnect/using-entity-framework-power-tools-ctp1-with-oracle-mysql-postgresql-and-sqlite.html

 

 

 

 

http://code.msdn.microsoft.com/EFProviderWrappers-c0b88f32
http://blog.csdn.net/fangxinggood/article/details/6359041
http://stackoverflow.com/questions/5788309/entity-framework-4-1-eftracingprovider

 

 

posted @ 2012-05-22 00:13  rayray2  阅读(348)  评论(1)    收藏  举报