Questions tagged as 'html'

0
answers

Graph API - Retrieve FanPage evaluation

Someone else has already used the Graph API to retrieve / list the ratings for a Fan Page, I would like to use this list on a page with html / javascript off facebook. Facebook reviews     
asked by 17.07.2018 / 23:14
0
answers

Server does not search for style sheets

I have a site that generates the following errors: Cananyonegivemeahandonthis?ThissiteinLocalhost(usingxampp)worksnormally,nothingismissing.Butit'sjustmetotaketotheserverthatitbreedstheseerrors.Followindexheadercode.(Forthosewhoareaskingforc...
asked by 09.07.2018 / 20:56
0
answers

How to broadcast an FM radio on my site?

A customer wants a system for their radio where their program will be broadcast, similar to this one . I've never done anything like this and would like to know how I put this player on the site. I develop using Rails. I researched but could no...
asked by 09.07.2018 / 21:48
1
answer

Disable checkbox when selecting next [duplicate]

I have a problem related to the hidden div that appears when selecting the check, as I can not use the radio button for a reason of a function that is being used, I need to execute in the checkbox, however when switching from checkbox to the p...
asked by 06.07.2018 / 19:20
0
answers

DataTable lines joining and getting thick

I have a DataTable Bootstrap that loads into two parts: The Header is loaded using HTML normally and the lines are loaded via JavaScript. The problem is that when the lines come together, they create it as if it were a thicker line (only occurs...
asked by 06.07.2018 / 22:20
0
answers

Required attribute on input does not work when using reCaptcha

I was trying to implement reCaptcha on a form, but when I finally got the captcha to work, my form stopped checking that the fields with required attribute are populated. <!DOCTYPE html> <html lang="pt-br"> <head>...
asked by 07.07.2018 / 03:46
0
answers

help, add more fields

in this code: @for (int i = 0; i < QtdNumero; i++) { <div class="form-group"> @Html.Label("Telefone ", htmlAttributes: new { @class = "control-label col-md-2" }) <div class="col-md-10"> @Html.Edit...
asked by 06.07.2018 / 22:42
1
answer

How to create a request via GET

This attribute below is working with href , and directing me to the page you want. <a href="prod_detalhe_5.php?codigo=<?php echo $res['codigo']; ?>"> <img src="img_produtos/<?php echo $res['img01']; ?>" /> </a&g...
asked by 07.07.2018 / 15:01
1
answer

Changing a certain line of a file with PHP

I'm writing an application to change a particular line in an HTML file. I've already been able to find the word I want to replace, but for that, I need the line number to write the new content. function changeLine(){ $file = fopen('index.h...
asked by 20.07.2018 / 23:57
1
answer

how can I put PDF documents on my website using google drive api

I want to put PDF documents on display on my site where the administrator would register the link that is in your Google drive and after that the document would be available for normal users to see by searching I got the following HTML code:...
asked by 04.07.2018 / 20:29