Questions tagged as 'navegador'

1
answer

php browser information and operating system

I need a help with some library that detects the operating system and the browser used by the client, I searched a lot on the net and found nothing worthwhile, just a bunch of code tangle that returns nothing! Just a library that I found, and...
asked by 11.01.2017 / 10:59
2
answers

How can I limit the use of a web application so that apanas can be used by Chrome?

My application is based on Java and made in Genexus. I want it to be impossible to use my application outside Google Chrome. Can you implement this limitation? I did not find this specific content in my searches, I would like the help o...
asked by 01.12.2016 / 14:05
1
answer

Prevent js file from running

I would like to know how to prevent or modify a .js file from a website when it is run in my browser. The site has the following code <script type="text/javascript" src="scripts/play.html.js?_v=1.1.1"> This script play.html.js, causes...
asked by 28.02.2014 / 18:07
1
answer

Browser "back and forth" button and dynamic div without refresh

Me and a friend are having some problems with jQuery .. If we rely on a code to make the back and forth button of the browser work on our site, with the function of a div refresh without refresh ... The code is working in parts, however I am...
asked by 17.02.2018 / 03:18
1
answer

Submit POST requests by browser or other program

By the browser it is possible to only accomplish gets by inserting the url in the browser, would have some way to do POST requests by the browser or another application, this would facilitate my a lot when it is to maintain the server. It was ta...
asked by 16.01.2018 / 23:29
1
answer

How to open and close a browser window programmatically using bash commands in ubuntu 16.04?

I have a bash code that, at the end of some installations, should automatically open a browser window with a URL (myapp.com) passed as a parameter. A php configuration page is displayed, confirming that everything has been installed correctly an...
asked by 26.12.2017 / 22:03
1
answer

Add address bookmarks via JavaScript

Giving a search in Google (and here) I saw that it was possible some time ago to add addresses to browser bookmarks in JavaScript, but the methods used for this have been discontinued and I would like to know if there are new methods or not more...
asked by 19.01.2018 / 03:25
1
answer

Auto complete chrome with wrong fields as login

I have a problem where I have a registration form. When performing the registration the browser asks if it wants to save the user and password, the problem is that it saves a field nothing see as user but the password it writes correctly. My fo...
asked by 04.08.2017 / 19:30
1
answer

Test angular project compatibility across multiple browsers

I have a web application made with AngularJS v1.5.8 and I'm worried about compatibility issues, but I do not want to download several browsers and test out one by one in different versions. I want to know if there is a tool that automates this a...
asked by 27.10.2016 / 16:13
1
answer

Write information in the browser console via .Net

I need to show information in the console in the browser the classic console.log of JavaScript, but I would like to do this in the browser with .Net and not in the output of Visual Studio because I believe that Azure is preventing t...
asked by 05.01.2016 / 18:55