Questions tagged as 'html'

2
answers

Format the currency of this budget for real

I need to change the currency from this budget to actual currency. I tried to use this, but it did not work: function numberToReal(numero) { var numero = numero.toFixed(2).split('.'); numero[0] = "R$ " + numero[0].split(/(?=(?:...)*$)/).j...
asked by 05.05.2018 / 20:43
1
answer

Get function in php and add to another file

I'm having difficulty getting 3 functions that are already written and put in another file, tried everything and could not. The code below is for listing directories and files, the functions I want to add to another code are to delete files a...
asked by 05.05.2018 / 19:16
1
answer

Save to bank via javascript

My question is whether I have the following form, <form name="frm_warning" id="box-register" method="POST" action="controllerWarning.php"> <h2 class="m-t-0 m-b-15">Warning</h2> <div class="card">...
asked by 03.05.2018 / 19:53
1
answer

How to display two TextBox from a result in DropDownList

I display a DropDownList with two SC and PR values, if it selects SC then I want it to display two TextBoxes, one with the RG, and another with the Birth Date, and if the person selects PR, I want to get off only a field with the Date of Birth a...
asked by 04.05.2018 / 02:39
2
answers

Form action without appearing name

How can I submit this action with only the link + valueInput example link When submitting the submit, it returns link <form action="http://google.com.br"> <input type="text" name="busca"> <br> <input type="s...
asked by 16.05.2018 / 19:11
0
answers

.Htaccess file

I am using the following configuration in the Htaccess file: RewriteEngine on RewriteCond %{HTTP_HOST} ^(www.)?dominio.com.br$ RewriteCond %{REQUEST_URI} !^/pasta-destino/ RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d...
asked by 03.05.2018 / 18:55
2
answers

JavaScript / Jquery effects not working when creating table in HTML

Good morning everyone, I have a problem when displaying a table in html, I want to add an effect while it is displaying for example I am using    $ ("# delayed"). click (function () {               $ ("tr"). delay (1000) .show ("slow");   ...
asked by 03.05.2018 / 14:36
1
answer

Object .length property json returning number out of reality

I have a json array with two property objects, an id and an email, and it has only three objects within that array, but the number returned from the length property is 152. Can anyone help me? /*JSON*/ [{"id_cli":"1","em_cli":"email@out...
asked by 09.05.2018 / 17:57
0
answers

Change the default value of ui-select according to variable using AngularJS

I have the following ui-select in HTML: Everything is working fine, but if the value is already filled in the variable, I need to select the option that is already filled as default. If you do not have it, it should appear as it is app...
asked by 10.05.2018 / 20:02
1
answer

Send information without completing the form (submit)

I have a form in html and I need to fill in the fields and click the "Next" button to send the form by email without the person noticing, since the form continues in the next steps ... <div class="form-group"> <input id="texto...
asked by 10.05.2018 / 22:18