Questions tagged as 'html'

1
answer

How to Detect if User Uses AdBlock and Make a Decision Based on Response? [closed]

I have a problem with Ebit Banner When the user has some Adblocker installed it gets looped and overloads the browser because the page does not stop reloading and hangs I want to identify if the person has Adblock and, if so, neither load th...
asked by 03.01.2018 / 16:18
1
answer

How to detect the button click (html) on TChromium CEF4Delphi?

I have the TChromium component CEF4Delphi loading a web page, and in this web page I have a button. Is it possible to detect the click of this button on the web page (html) and open for example a delphi form? If this is not possible, is there...
asked by 28.12.2017 / 18:34
1
answer

How to disable the suggestion of passwords saved in the browser via HTML [duplicated]

I have the following situation here: I've created an HTML form to change the user's password if he forgets it. Theproblemisthatwhentryingtoenterthepasswordthebrowserexposestheoptionsofpasswordsalreadysaved,howeverasthisisnotaloginscreen...
asked by 04.04.2018 / 00:46
1
answer

Converting boolean to YES or NO in Angles

I have the following table structure on my form HTML : <tbody> <tr nr-repeat="p in model.previdencias"> <td>{{p.NomeDependente}}</td> <td>{{p.IsAtivo}}</td> </tr> </tbo...
asked by 13.12.2017 / 01:48
1
answer

How to get a value in the javascript link

Hello! How can I get certain values in a link? I have a url like this: slide.html? title = Name & volume = 12 however I just want to display the volume value on an h2. My Code: $(document).ready(function(){ var html = ''; var qu...
asked by 15.12.2017 / 22:45
1
answer

How to focus the input of a form constantly?

I have a form and need to focus on an input again until it satisfies the required, eg: $('#text1').blur(function() { var teste = $('#text1').val().length; console.log(teste); if(teste > 5){ $('#text1').focus(); }else{...
asked by 15.12.2017 / 04:40
1
answer

Random metatag

We use OpenGraph meta tags to further detail our Facebook site for example. <head> <meta property="og:locale" content="pt_BR"> <meta property="og:url" content="site.com/blablabla"> <meta property="og:title" content="Títu...
asked by 26.10.2017 / 17:00
2
answers

How to change the color of a parent div relative to the size of the childs

I have div parent and 4 div's child and would like to change the color of border of div parent relative to div child size. To exclarge better put below an image with an example of what I speak. Thepinkandre...
asked by 03.10.2017 / 13:15
1
answer

How to put the bootstrap table on a background image?

I'm doing a team registration using the bootstrap table, where every logged item is generated a new row with the data, the problem is that the table does not stay on the background image . Thetabledoesnotappearifthescreenisfull,itonlyappea...
asked by 29.10.2017 / 02:33
1
answer

How do I get the notification to allow Flash Player?

I have a website in PHP, and in some directories I need the user to have the Flash Player enabled, so I try to do something like this . Anywhere I click on the image and button field causes the notification to allow Flash Player to appea...
asked by 30.10.2017 / 01:22