Questions tagged as 'html'

1
answer

Using form emails in AddAdress

I have a problem sending email with AddAdress in my php file that is receiving the HTML forumlary data. I've tried everything here but it does not work = '( Detailing the situation: I get the address to which I want to send the email here:...
asked by 18.05.2016 / 17:24
1
answer

Using $ _SESSION for temporary image exchange

I am trying to create a simulator where the user can change the image, but when it closes the Browser, it returns the origin image, which is recorded in the BD. I've been researching and I've seen that using $ _SESSION I could get the expecte...
asked by 18.05.2016 / 18:32
0
answers

How to do unescape with jquery?

I'm setting up a page with ajax, it has a modal register I have a form that is in the file novo.php and I need to include it in the modal. The modal is created the moment the user clicks the registration button: var inc = '<div...
asked by 20.04.2016 / 17:50
1
answer

Automatically fill Listbox values as selected.

When the data goes to the ListBox, it wanted to be selected immediately: I do not know why it did not work. itensListBoxCatequizandos.append('<option value="' + obj.val + '"> ' + obj.name + '</option>').prop('selected', true);   ...
asked by 20.04.2016 / 16:22
1
answer

Is it possible to get the content of a url from a specific site and display it in a Popup?

I searched the site here and found nothing about it. Is it possible to do this or is there already something like this? I would like when entering my site to search another website for an image or link and open it on my site in the form of...
asked by 21.04.2016 / 18:42
1
answer

Select within Select

I'm developing a product page that lists within each category all related products (there are several categories and several products). As the code below, it 'runs' all categories and what I need to do, and where I need help, is to list the pro...
asked by 11.04.2016 / 16:44
0
answers

Javascript - How do I assemble a list of inputs using an array that is array of another object

I have a scenario to mount a grid in frontend , but that I can not mount. I get my backend um JSON containing a list. This list has two fields: Order and Size, and to mount on screen, the field Order will be the title (ranging fr...
asked by 11.04.2016 / 14:26
0
answers

Site appears unconfigured when it goes to the hosting

Hello, I'm creating a website, I've actually already been in the testing phase, it was normal when it was locally tested, but when I passed it to the host, it simply failed to configure the sliders. Sliders HTML looks like this:...
asked by 15.03.2016 / 13:09
1
answer

How to print html content from a div when I save the information in the database?

Good evening, I have a system of control of inputs and outputs of computer repairs what I intend and that when I save the information in the database soon after I gave myself to print the html content of a div where the stored data will be re...
asked by 06.04.2016 / 00:40
0
answers

Specific form

How can I search for a form type that looks like this: On the left side, you have, for example, a list of services, in the middle, a few buttons to include in the list on the right, put from the list on the left. And on the right side, there is...
asked by 08.03.2016 / 17:50