Questions tagged as 'html'

2
answers

Contact form HTML + PHP

Hello! I'm doing a site where the client asked for a contact form, but I understand very little of php. So I searched the internet for tutorials on how to use this function. You are sending the email normally, but only the sent message appears,...
asked by 18.08.2015 / 01:59
1
answer

Redirect page after an e-mail form

I am making a form that needs to arrive in my email but when someone clicks submit it is redirected to a thank you page. Thankful.     
asked by 18.08.2015 / 01:29
1
answer

Doubts with conversion of variables

I'm doing a child's game that tests your math skills. Basically the game is as follows: The entrance page has a series of linked houses, where each house has its own numerical value. At first the child will click on the first house that ge...
asked by 07.08.2015 / 01:36
1
answer

div does not respect size defined in css

I'm trying to create a messaging system, but the formatting of the div is not respecting the size. I would like you to help me, to know where I am wrong: #limit { max-width: 500px; } #table-overflow { max-height:400px; ove...
asked by 11.08.2015 / 03:43
1
answer

Change table with JavaScript

I have this Table , which uses JavaScript to pass or return a round; the problem that always starts in round 1, and to get in the current have to generate several clicks ... I wish it could start already in a predefined round, for example today...
asked by 11.09.2015 / 17:26
1
answer

How to put interest scheme in the product listing?

There is a list of products in the layout I'm doing with opencode. <div class="borderproduct" itemscope itemtype="http://schema.org/Product"> <a href="{{ product.link }}" itemprop="url"> <div class="product-image">...
asked by 11.09.2015 / 15:25
1
answer

Table Alignment

Why does the page data of the rounds of this table are not aligned correctly? I would like them to be in the correct way, ie aligned like the rest of the other rounds, type 2,4,7,9 without having the feeling of left-side spacing, bec...
asked by 25.07.2015 / 13:43
2
answers

PHP - How to fill a field using Curl?

What code do I use to fill fields on a web page with cURL ? These are the fields: Field Name: <li> <label for="supporter_full_name">your name*</label> <input class="textbox" id="supporter_full_name" name="...
asked by 23.07.2015 / 07:30
1
answer

Upload content into a DIV using JavaScript

I need to load the video.html page in the div with video id using JavaScript. I have the following script: function video() { $.ajax({ url: "video.html", cache: false, success: function(html){ $("#video"...
asked by 21.07.2015 / 20:39
2
answers

When you click on a name, it appears in another div

I have a project developed in Bootstrap, where clicking link Products will open a Bootstrap Modal with the products listed. However, I would like you to click on one of the products to close the modal and the clicked product would appear in...
asked by 01.07.2015 / 20:22