Questions tagged as 'html'

1
answer

Get values from the columns of a table and save the value of each column in an input

I have a table with 2 columns and I would like, when I click on any row, assign the values of each column of this row clicked on a <input type="text" /> . I have a code that it assigns however if I click on the first column it assign...
asked by 17.12.2015 / 13:34
1
answer

Scroll To negative or at the end of the anchor

This is the following, I have a problem with the Scroll To method. I have a menu that uses position: fixed in css and when you click on it it anchors with the contents until normal if it were not for a problem. The menu has 152px height and as I...
asked by 08.06.2016 / 21:06
4
answers

PHPMailer without ajax

I have a form that I'm passing via post to the phpmailer script, after sending it it redirects to another page saying if the form was sent or not, but it does not return to form page, I tried to do via ajax and I could not: / p>    Submit doe...
asked by 16.06.2016 / 18:48
1
answer

reset effects after clicking on a link

How can I reset all effects after clicking a link to Ex, this underlined effect and border:     
asked by 16.06.2016 / 00:22
1
answer

Receive values (popup) on parent page

In another question, you have been able to help me to store the values of some input of a popup, to pass to the parent page. Summary.jsp (parent page) <input type="button" onclick="test();" value="Palavras" /> <div id="idP...
asked by 13.05.2016 / 04:28
1
answer

Develop layout with 3 columns

Suppose I have a layout containing 3 divs side by side. The first of these divs has a fixed size of 100px , the third div can not have a fixed size because it will depend on the text inserted in it, however, it ca...
asked by 10.09.2016 / 17:56
2
answers

Menu with blocks side by side, a fixed and another fluid

How do I make a horizontal menu on one side with fluid width and the other on fixed width? The menu will not be fixed at the top and needs to work on most browsers (this is because I can not use css calc). I'm using the bootstrap.  ...
asked by 12.05.2016 / 15:06
3
answers

How to hide the URL of the file? (do not show it all up to the file) [duplicate]

I want to hide the URL of the files, for example: example.com/cadastro.php would you have some way to leave just example.com? Or some other way, but do not show the full path.   Thank you.     
asked by 07.12.2015 / 19:51
1
answer

transform MySQL record into php variable and display in HTML?

I'm asking you to search the database for a result that matches a url variable I already have, it searches fine, but I want to get another column in the same row as the url it fetched type this: | enrollment | name | Search by enrollment,...
asked by 07.04.2016 / 19:23
1
answer

I need a sequential generator in javascript

I need a code that I put the URL and the number of repetitions in the input and when I click to generate the sequence exit like this in the textarea: rede[0]="http://www.siteescolhidoaqui"; rede[1]="http://www.siteescolhidoaqui"; rede[2]="http...
asked by 11.04.2016 / 06:36