Questions tagged as 'html'

1
answer

How to make one file redirect to another?

An HTTPS page of mine is requiring me to just link to HTTPS resources. Otherwise, user-warning messages appear. I wanted it to be possible to download a file from the site without any warning message to the user. Except that I need to save the f...
asked by 05.02.2014 / 13:54
0
answers

Ionic 3 scroll with active class and prev / next buttons

I'm developing my first App using Ionic 3 , in one of the pages, I have a form and in this form 2 vertical scrolls with the days and months of the year, select the date the service will be performed. Asyoucanseeintheimageabove,wehaveasmal...
asked by 02.01.2019 / 19:50
1
answer

Generate date sequence within input automatically

How can I generate a date sequence and place each date within inputs (OS INPUTS ALREADY EXIST WITHIN A FORM) from the start date and end date automatically? I put the start and end date, and script generates the date range on inputs that al...
asked by 02.01.2019 / 14:20
0
answers

Treemap - layout

Next, I have a treemap that counts the clicks on the child nodes according to which each user clicks. It happens that, when in large scale of clicks, new values do not appear in the treemap because they are insignificant compared to those that a...
asked by 27.12.2018 / 19:05
2
answers

DIV fixed size with CSS (generate PDF with MPDF)

I need a DIV with fixed size in centimeters width:12.5cm; and height:7.5cm; . I can maintain these sizes when loading the view, but when I generate the PDF using PHP's mPDF class, it ignores height and increases it according...
asked by 27.12.2018 / 13:49
4
answers

How to remove autocompletion of inputs?

I have my email / password input. But whenever typing an email that I already have saved login / password, the browser automatically fills in my form. How to solve?     
asked by 22.09.2014 / 22:01
2
answers

How to automate login in Gmail?

Explanation: I currently have a URL that informs Gmail user email:    link EMAIL & Passwd = password & null = Sign + in But in this way, the Password is not loaded, just the Email . Objective: I would like a link whe...
asked by 28.02.2014 / 01:54
2
answers

I want to get the result of a Select to use in JavaScript

I want to get the option chosen by the person and simply print on the screen (it's just the basics, so I can do what I really want), I just do not know how to do it. The part of the HTML code that has {{value}} is where I want to appear what was...
asked by 03.01.2019 / 22:46
0
answers

Change create.objectURL to HTMLMediaElement.srcObject

When adding the createObjectURL class, it is accusing the failed error in some browsers, after the searches, I checked that I can use HTMLMediaElement. But how can I include it in my project? export class CameraController { constructor(vi...
asked by 20.12.2018 / 13:28
0
answers

Error generating reCaptcha

I get an error message:    Uncaught DOMException: Blocked a frame with origin   " link " from accessing a cross-origin frame.       at: 1: 16 Code: <html> <body> <script src='https://www.google.com/recaptcha/api.js?re...
asked by 19.12.2018 / 14:53