Questions tagged as 'html'

2
answers

How to connect an HTML page, using ASP, to SQL Server database?

How do I connect a sql database to an html site using asp? Note: I already have the whole bank developed and the whole page too, I just need to know how I bridge the two     
asked by 30.06.2016 / 15:11
2
answers

How to format integer in currency with javascript? [duplicate]

Example   var number = 3500;   I want you to return 3,500     
asked by 08.09.2015 / 16:00
2
answers

How to put Font-Awesome icon in a button? [closed]

I want to make a button with an arrow inside, I tried but I could not do it, anyone who can help I thank. NOTE: I am not using any framework     
asked by 19.08.2017 / 05:00
2
answers

How to get data from a form from another page

Hello everyone, I have the following question: I have a web application that I want when I log into the "index.html" home page to get the 'name' and 'email' and put it with jquery on another page with php, ajax and jquery 'paginaprincipal.html'....
asked by 12.09.2017 / 16:33
2
answers

PHP - Create a checkbox list dynamically

I have the following code, where I select categories from a MYSQL table. <?php include 'conect.php'; // array que conterá as categorias $cats = array(); $sql = "SELECT id_carac, nome_carac FROM carac"; $exec = $con->query( $sql ) or e...
asked by 06.07.2016 / 04:31
1
answer

How to put on site soon?

Good afternoon guys! I have a little doubt regarding the image insertion in an Html page, well, I need to put the logo of a site at the top of the page, but I do not want the white back of the image to appear, I need only the writings, I tried t...
asked by 13.06.2016 / 18:09
1
answer

How do I get the name of the month in an input type = month?

I have a code that has an input of type month that generates a calendar with the values passed in the input, however it saves the values in this standard 2000-12, and I want to display the name of the month on the calendar but not is it possible...
asked by 10.06.2016 / 15:41
2
answers

Jquery .click or function [closed]

As I get more and more accustomed, I've been left out. <input type=button onclick="TESTE()"> <script> function TESTE(){ ... } To use the method in jquery <input type=button id="teste"> <script> $("#teste").click(f...
asked by 30.04.2014 / 20:50
1
answer

Insert images into the database

Good afternoon, I inserted a large amount of information into a table in my database through a .csv file using the LOAD DATA INFILE command line, and I also have a relationship table where the product ID is recorded and the path of the photo (s)...
asked by 07.10.2014 / 19:14
2
answers

Passing field text in JS

Well, I pass data from my fields via JS (their codes)! Example in JS : function f_veri_dados() { w_form="sai_frm_incl_novo_cara_peri1"; // Periferico do programa anterior w_param = document.forms[w_form].w_cb_peri.value+"@";...
asked by 06.08.2014 / 14:54