Questions tagged as 'html'

1
answer

Change defined variable and receive new value via form

I have a variable $ CONFIG ['SiteTitle'] = 'Title of my site'; This variable is in the config.php file and even the header to define the title of all the pages. Recently create a new page for the site the general settings. On this page I...
asked by 07.03.2018 / 02:33
2
answers

How to insert HTML code into a textarea?

I would like to know how I can put HTML code in a textarea, since I have a textarea that receives data from the DB dynamically by date filters. ex: <textarea maxlength="8000" rows="15" style="resize:none; width:100%">{{ctrl.VariavelDB}...
asked by 27.02.2018 / 19:32
2
answers

MaskMoney w / Jquery or JavaScript

How to create a mask for values in Reais R $? I tried using link but I did not succeed. I'm in need of a mask to present me with something like this: R $ 0.01 R $ 0.10 R $ 1,00 R $ 10.00 R $ 100.00 R $ 1,000.00 Something like this !!!     
asked by 26.02.2018 / 19:26
2
answers

Print a Javascript variable in Input html

<script> function Sumar() { var n7 = document.getElementById('txtN7').value; /*Fator tempo*/ var n8 = n7.replace(',','.'); var cem = (n8)/4; /*Calculo de fator*/ var n1 = document.getElementById('txt...
asked by 26.02.2018 / 19:35
1
answer

Receive information on the homepage

I have a PHP file where I get data recorded in firebase I can read the data but I have to open a Mozilla Firefox console to be able to read this data. I would like to know how to read or print this data without opening the console or displaying...
asked by 26.02.2018 / 17:00
1
answer

How to change one HTML file for another?

I have the files: h1.html h2.html start.html Start.html: <frameset cols='20%, *'> <frame src='h1.html' name='menu'> <frame src='h2.html' name='resto'> </frameset> I'd like to know how I can change, for e...
asked by 27.02.2018 / 04:50
1
answer

Create HTML list with SQL query return

I need to return the SQL query in an HTML list. In the case I need to line up with "affiliate" and "name", the query below, has correctly returned the requested data, but I need now to put this data one after another in an HTML //iniciand...
asked by 03.03.2018 / 05:39
0
answers

Calculate expression in a single Jquery input field

I'm developing a calculator in HTML + JQuery where I have basic operations for it, however I need to implement the following: When the user types in the input field an expression type: (5 * 5) +4 JQuery the operation and show the resu...
asked by 04.03.2018 / 16:55
1
answer

BootStrap 4 Cards and Tables

Good morning, I updated the version of BootStrap for V4, had to change several lines, but the Panel no longer exists, now advise to use the Cards, but the problem is to use the cards with the class table, If using the class table - > table...
asked by 26.02.2018 / 13:49
1
answer

How do I add a login option for Google on my site?

I have a website in PHP and I would like the user to have the option to sign in with the Google account, as it has here in Stack Overflow, so he does not have to register. You should get the Google name and Email from the user If you want...
asked by 25.02.2018 / 23:45