Questions tagged as 'html'

1
answer

How can I save the emails from my website? [closed]

I am creating my website in html and css, I have made a form so that users can subscribe to my newsletter, but I do not really know how to save the emails, nor what would be the best tool to do it, what do you recommend? / p>     
asked by 12.04.2018 / 22:54
1
answer

How to embed html in an email and let it run?

Good morning Today again I turn to this wonderful site to resolve certain doubts about how to send HTML code in the content of an email and that it is executed. I thank you in advance for any help, especially if the answer you give me is u...
asked by 11.04.2018 / 02:22
0
answers

problem with javascript in select

I have a field to select that at the moment of selecting me it returns the data of the users normally but it lets me add a null option in the field people ... <tr id="campo-select"> <td> <strong>Person...
asked by 09.04.2018 / 19:24
1
answer

Problems with nested combo box

I have a combobox nested to another combobox and it works only on the first line; it turns out that I want the combobox to work for me in the other rows (below) that are the result of a request to the database, I hope I have explained, below a f...
asked by 18.04.2018 / 19:58
2
answers

Pass select / option to variable

I finally decided to do the consultation in a forum, since I no longer find a way to solve the doubt I have. I am trying to pass the chosen option of a select / option to fields that are hidden and that are autocompleted. I've read a lot,...
asked by 18.04.2018 / 20:12
0
answers

Why is my modal window below the footer?

I have my web design with Masterpage which contains the menu and the footer . In the Index view, I have my Modal window, which when clicked appears below the Footer, this is the html of my Masterpage: <html xmlns="http://www....
asked by 11.04.2018 / 09:11
2
answers

Close modal by clicking on any space (without button)

I have a modal which I have adapted to my web, this code works well, but I would like to add the function that when giving clic anywhere in modal it is also closed, I leave the code attached: <script> // Get...
asked by 10.04.2018 / 16:35
2
answers

Problem with accents and special characters when using the get method

I am working on an API Rest with Symfony 2.8. I have been given the following case: when they make a request to the URL /search , this usually comes: http://{servidor.com}/search/libros?q=vacaciones&language=es the request is hand...
asked by 11.04.2018 / 15:00
0
answers

Variables declared in script are lost in page

Good morning. My problem is that I have an old project to which I must fix some things, but this has problems using variables declared as in any other page. This is the scenario: To avoid putting so much code, the page generates dynamic ta...
asked by 13.04.2018 / 23:30
1
answer

Reload browser html content in vba

I have a code in vba that opens a page of ie. I get the html and then I pulse a bonton that is in a popup. That button adds new code to the html of the page, so when added later, I can not access to press another popup button. I need to reload t...
asked by 09.04.2018 / 16:03