Questions tagged as 'google-chrome'

0
answers

Break HTML elements with CSS when printing so there are no abrupt jumps leaving blank spaces

I have an editable website: <body contenteditable="true"> ... </body> that shows a view like the one in the following image the blue box is a div son of body, the black line is bound between two pages (...
asked by 04.07.2018 / 00:22
0
answers

Click on chrome window with c ++

Currently I want to click to close a tab with this command, but they tell me that I should find in the window handle, how can I do it, a suggestion was with "FindWindow" but I do not know how to use it ... the code is the following ... SetC...
asked by 01.04.2018 / 19:02
0
answers

Jascrip, php, browser, [Violation] Forced reflow while executing JavaScript took 36ms

the page loads but when I try to enter information it does not leave me I get rid of errors and I do not know what to do, I can not enter information into my project, someone can help me, what should I do, to make it work. [Violation] Forc...
asked by 10.02.2018 / 05:11
1
answer

Google Font does not render in Google Chrome BUG [IT IS NOT A PROTOCOL TOPIC]

I switched to a free SSL webhosting (000webhost) and the google sources do not render, I tried a lot of things, the famous CSS code to make a repaint of the text does not work, neither the JS, I tried to link the google font without protocol and...
asked by 22.10.2017 / 12:53
0
answers

foldable list in firefox

I have a view that has a folding list ( <select> ) that by selecting some element (option) it refreshes and tabulates me results. The problem is that Google Chrome works as normal as it should work. but in firefox when I just ope...
asked by 29.09.2017 / 16:03
1
answer

How to disable preview in Google Chrome?

A pleasure to greet you, I want to ask you the following question: It turns out that I want to print directly to a default printer in Google Chrome , I tried to do it in the following way: In the google chrome shortcut, I add it to - dis...
asked by 13.09.2017 / 23:29
1
answer

Fill web forms from Chrome console

I have a web form that I have to fill in from the "Chrome" console. In the text boxes I have no problems. Use for example: txtNombre.value='nombre'; But in the list boxes of select I do not know how I can select an option from the co...
asked by 18.08.2017 / 17:35
1
answer

Firefox does not recognize .xls download (PHP)

I have the following headers in a php view header('Content-Type: application/xls'); header('Content-Disposition: attachment;filename="' .$user[0]. " " .$user[1]. '".xls'); with the chrome browser the file is downloaded workin...
asked by 02.05.2017 / 16:24
1
answer

Verify logged in user with chrome extensions

I have an extension for google chrome but I want it to verify if the user is logged in correctly on the main page. How can I perform this verification from the extension? A clear example is the trello extension, verify that your account is...
asked by 14.03.2017 / 22:50
1
answer

Problem with the browser and highcharts

When I made the application it worked great. I create a graph of highCharts based on several queries to the database and I assemble it with PHP. This is called by means of an AJAX, this is the ajax: //TRAEMOS LA INFORMACIÓN CUANDO SE DA CLICK...
asked by 10.12.2016 / 22:15