Questions tagged as 'navegador'

0
answers

Request status after browser closes

I have an Asp.Net MVC project and I realized that closing the browser immediately after starting a request (without waiting for its due) causes the server to somehow not continue in the next lines of code. / p> I did some research but could no...
asked by 19.10.2017 / 15:57
0
answers

How the opening of Utorrent works through the browser [closed]

Hello, I want to create a program that when called by the browser, it opens the program and performs its functions, similar to what utorrent does. I did some research but I did not find anything so far and I do not know the correct way to search...
asked by 02.10.2017 / 16:53
3
answers

Browser Compatibility with JavaScript

Is there any tool or method to recognize which browser the user is using and is it compatible with the version of JS and JQuery that exists on my system? The idea is if it is not compatible, alert the user and lock the system.     
asked by 12.09.2017 / 21:36
1
answer

Jquery Ajax not working properly in Browser Mobile as well as in MacOS [closed]

The following code works perfectly in the Windows 10 Browser, but it does not work in the Android / IOS mobile browser completely, and MacOS gives a message telling the user that it is not working well. The problem seems to be in: success: fu...
asked by 18.08.2017 / 06:47
1
answer

Print document on the printer without user interaction

I need to print a document by sending directly to the printer without the user having to choose the printer. How do I do this with PHP5 or JavaScript ? I checked that with JavaScript has the option to do with window.pri...
asked by 05.09.2017 / 16:36
2
answers

How do I not cache image cache with HTML or PHP?

I'm creating a web page that is almost just image, every day I change the images of the page but their name remains the same. The browser is caching a lot and every time I update the images they do not change visually if you have already accesse...
asked by 13.06.2014 / 16:17
1
answer

Incompatibility between browsers

Our system is getting different depending on which browser is used (attached image). Does Genexus have anything to prevent it? or will I have to use a class to format the position of the numbers?     
asked by 05.07.2017 / 21:20
1
answer

Force link opening in mobile browser and not facebook?

When sharing the link of a page on facebook either by messenger or in a post when the user clicks, it will open in the browser of the facebook itself, which in turn is giving some "bizarre" bugs on my page, being that the same in chrome and fire...
asked by 03.03.2017 / 18:27
0
answers

Open web page after connecting to WiFi (mobile) [closed]

Is there a way to force the mobile device to open a web page after connecting to WiFi ? It is not exactly a HotSpot (authentication via landing page ). Example: After connecting to a (public) X network of WiFi , the b...
asked by 03.10.2016 / 14:05
0
answers

Selenium opening two browsers even I instantiating only one

Galera, I'm using Cucumber with Selenium in JAVA. I have the following problem: at each step I do: private WebDriver driver; @Before public void before(){ driver = new FirefoxDriver(); } @Given("^something$) public void someGivenMehtod(...
asked by 26.07.2016 / 15:43