I send an Ajax request and the result is a table presented using data-table jquery plug-in. If the response is successful I will open a NEW WINDOW and display the result there. This works perfectly in
window.open(\"\\\\\\\\localhost\\\\\"); is not working on ie8 on 64bit win7. ie says \"make sure the path or internet address is correct\". it\'s working on same verson of ie8 on 32 bit. any idea? or
I am trying to get access to the IWebBrowser2 object from Internet Explorer 开发者_开发技巧8 with the chrome plugin.I am able to access it when the chrome plugin isn\'t installed, but it doesn\'t work
I\'m facing a very weird kind of problem while running my application. When I hit a website and login to my application, the POST is getting converted to GET automatically. Since all the request pa
So here is my function function ajax(addr,loading, loadTo, json){ addr = addr.replace(\' \', \'\'); if (loading){
I\'m using JSON.Stringify and JSON.parse everywhere and it works fine with Firefox开发者_如何学JAVA. It\'s working no more with IE9 nor does it work in IE8. What can I do?JSON.stringify starts with a
I have an application running that is using the YUI js framwork (v3.0).The user can click a button within my app which will upgrade them to the latest version of the framework (3.4).The problem is tha
I just completed a site: http://www.justcelebrations.co.in . I haven\'t launched it yet because of certain problems.The site uses css3 text gradients to style text in spanand border radius to style mo
I\'m using SHDocVw.InternetExplorer to launch IE in my code. In certain cases I开发者_开发问答nternetExplorer.Quit() doesn\'t work. I have tried several things to make Quit work but without success. I
I user the innerHTML for the code: <div> <span id=\"tag\"></span> </div> var i = 15;