Click here to Skip to main content
15,920,704 members
Everything / CrossBrowser

CrossBrowser

CrossBrowser

Great Reads

by José Cintra
Tips for creating mathematical cross-platform applications in JavaScript and display formulas and other content with MathJax and JQuery Mobile.
by Tadit Dash (ତଡିତ୍ କୁମାର ଦାଶ)
How to select all text in a textbox on focus
by Maxim Komlev
Experiment of Video Transcoding and Streaming on the fly to all major internet browsers (just to video tag) without Flash or Silverlight

Latest Articles

by Maxim Komlev
Experiment of Video Transcoding and Streaming on the fly to all major internet browsers (just to video tag) without Flash or Silverlight
by José Cintra
Tips for creating mathematical cross-platform applications in JavaScript and display formulas and other content with MathJax and JQuery Mobile.
by Tadit Dash (ତଡିତ୍ କୁମାର ଦାଶ)
How to select all text in a textbox on focus

All Articles

Sort by Score

CrossBrowser 

17 Oct 2015 by José Cintra
Tips for creating mathematical cross-platform applications in JavaScript and display formulas and other content with MathJax and JQuery Mobile.
11 May 2017 by OriginalGriff
Um. You do realize that Netscape died as a browser in 2008? And that any new features added to the spec since then will not work? And that the market share for Netscape today is so low that it isn't even recorded separately in the "others" that share 1.7% of the browser market? Check your code:...
11 May 2017 by Jochen Arndt
Why do you want to support the Netscape Navigator? That is no longer maintained and the last version is from 2008. If you really want to support it you have to avoid CSS3 because the browser has only very limited CSS support.
17 Apr 2019 by #realJSOP
DO NOT USE ACTIVEX. (Commonly referred to as "Active-Xcrement") Only Microsoft browsers support it, and anyone with have a brain avoids using it because it's insecure. There are too many examples of writing ADO code for an Asp.Net web site to have to use ActiveX.
17 Apr 2019 by Dave Kreskowiak
You don't have an alternative. Accessing data from somewhere on the client machine is not going to work anywhere. It's a security risk (and why nobody supports ActiveX any more!) and is not allowed by any browser. All record handling should be done by the server, not the client. The client is...
17 Apr 2019 by Patrice T
Quote: Cross-browser alternative needed for activexobject javascript There is none, Activex have only been supported by MSIE. Activex is a major security risk. You need to rethink moving ActiveX functionality to server side. Only this is cross-platform.
26 Jul 2016 by Member 12444066
Hi,There is REST API, from which I am trying to fetch response.Issue is if I use JSONP to overcome cross-domain issue then I get error_code:1000 in console.This is the response I get in console:Object {header: Object, body: Object} body:Object error_code:1000 ...
2 Jan 2017 by Gaurav Gupta A Tech Guy
1. Application Jquery - $(function () { $.ajax({ type: "GET", url: "http://myurl.com/count.ashx?a=1", crossDomain: true, contentType: "application/json; charset=utf-8", dataType:...
2 Jan 2017 by Gaurav Gupta A Tech Guy
Changed Json response with belowjsonCallback({ "InvestmentPraposalCount" : "0", "HostingIncubatorProposalCount" : "2", "StartupEnrollmentCount" : "7", "Totals" : "9"})& and added jsonpCallback: 'jsonCallback', option in ajax script of jquery for retriving data...
1 May 2018 by gaur_gaurav
I am getting following error on creating instance of RemoteWebDriver driver = new RemoteWebDriver(new Uri("http://hub-cloud.browserstack.com/wd/hub/"), capability); Unable to connect to the remote server ---> System.Net.Sockets.SocketException: A connection attempt failed because the...
1 May 2018 by Afzaal Ahmad Zeeshan
That website itself is running and does provide a response, although an error message but it does work. Please check that you are not running this program behind a firewall or a network isolated environment. And yes, the IP address is the underlying IP address for your hostname (the one you are...
17 Apr 2019 by Member 14289051
// Execute SQL to fetch Account records var db = new ActiveXObject("ADODB.Connection"); var rs = new ActiveXObject("ADODB.Recordset"); var sum = 0; db.Open(DB_NAME); rs.Open(sql, db); What I have tried: This is a small app that retrieves data from MS Access database stored on my...
17 Apr 2019 by Member 14289051
Thank you guys, I appreciate that. I have to rewrite the application.
2 Sep 2015 by Tadit Dash (ତଡିତ୍ କୁମାର ଦାଶ)
How to select all text in a textbox on focus
13 Mar 2016 by Maxim Komlev
Experiment of Video Transcoding and Streaming on the fly to all major internet browsers (just to video tag) without Flash or Silverlight
11 May 2017 by sarooj bukhari
hi guys i m trying to access my site through netscape but it breaks all my design.. What I have tried: i search in google but did not get any thing ..