Questions tagged as 'html'

1
answer

JavaScript execution error

I have the following code that makes a request to a WS by jquery: <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>Calling Web Service from jQuery</title> <script type="text/javasc...
asked by 01.09.2017 / 18:21
0
answers

How do I change the style of a text that has no HTML tag

I want to select a text but without directly selecting the body, basically editing a text like that but with a direct selection without taking into account its parent tags.     
asked by 27.08.2017 / 20:32
1
answer

Error uploading image. php jquery only saves the path but not the image in a local folder

The problem I have is that it uploads all the data to db but the image does not save it in the local folder. just the route in the db. Use phpmyadmin. if($_POST){ $nombre = sanitize($_POST['nombre']); $marca = sanitize($_POST['marc...
asked by 29.08.2017 / 18:37
2
answers

Can you put 2 name to an input?

Specifically I have a form which has to fill a table or another depending on the first option chosen, the problem is that the input is the same for both tables and I have to include the 2 name to it, is this possible? , in the test that I did I...
asked by 25.08.2017 / 01:20
1
answer

Error uploading php-jquery-ajax files

Html: <div class="wrapper"> <form id="formulario1" method="post" enctype="multipart/form-data"> <input id="archivo1" type="file" name="name_archivo"> <label id="label1" for="archivo1">Elige un arch...
asked by 28.08.2017 / 04:25
1
answer

set property pattern of HTML via jQuery

good day. I have a PHP form with a select and an input in HTML, the select with id = idTypeDocument has three options: ID, Passport, Card. div class="col-sm-4"><label>Tipo de documento de identidad</label><select class="form-...
asked by 18.08.2017 / 19:53
2
answers

How can I make a query to a DB according to what I want?

Greetings, I'm doing a program and I want the same to have different types of queries to the database, because they asked me to do the following types of questions: Search by cedula Search by name Search for diseases Search by date...
asked by 19.08.2017 / 06:30
1
answer

Send mail in app sintra ruby

Well I have the following form in my index view <form action="/mailcontacto" method="post"> <div class="jx-ticket-first-name"> <input type="text" id="reg_name" name="reg_name" placeholder="Nombre" class="...
asked by 19.08.2017 / 20:02
1
answer

Fill web forms from Chrome console

I have a web form that I have to fill in from the "Chrome" console. In the text boxes I have no problems. Use for example: txtNombre.value='nombre'; But in the list boxes of select I do not know how I can select an option from the co...
asked by 18.08.2017 / 15:35
1
answer

html loaded on a div is not recognized by jquery

I had a problem creating a web page, I do not know for what reason it happens I hope you can guide me to solve this problem It happens that the page has an asynchronous load function using jquery on a div to get the html and load it into the...
asked by 18.08.2017 / 15:22