Questions tagged as 'html'

1
answer

Insert into table and then click using Jquery [duplicate]

I'm dynamically inserting into my table, so far so good. The problem is how much I try to click on one of the lines and I have no answer, I believe that I am not inserting in the DOM, someone could help me. INSERTING: $('#tabelaChat').app...
asked by 12.11.2014 / 17:20
1
answer

InnerHTML text in table appears and disappears in time

I'm doing a bit of a registration with the localStorage, and using a counter to put the name, differentiating one I give another. And then in a loop to show the result in a table with innerHTML, there is the problem, it appears and at the same t...
asked by 24.10.2014 / 19:24
1
answer

Put label that is printed in PHP inside a div

I want to show a record of my database. I used PHP to create, insert, and select. The problem is that when I show a record, it does echo within a div which is a Pop-up. The PHP code is within div Pop-up. Example: functi...
asked by 24.10.2014 / 17:14
1
answer

Ways to create combobox using AJAX to fill

I currently have a regular HTML combobox: <select name="nomeCombox1" id="nomeCombox1" class="select"> <option value="0" selected="selected">Selecione box1</option> <?php $res = odbc_exec($conexao, "Select DIST...
asked by 28.10.2014 / 14:51
1
answer

How to call two mysql tables on the same php page?

I'm new to web programming, and I'm having a hard time with that. I'm developing an advertisement site and need to call more than one table on the page. I made 3 Div's of advertising: Main, Free and general. I can only display the main, fr...
asked by 14.01.2015 / 18:58
1
answer

How to maintain screen positioning after postback?

I have a very extensive html form with multiple entries, after doing postback my page is redirected to the top of the form, how do I, so when is to postback return on the page where I left off? p>     
asked by 19.01.2015 / 17:36
2
answers

Text that slides when mouseover

I have this code marquee here: <marquee direction="left" onmouseover="this.stop();" onmouseout="this.start();" scrollamount="2" height='18px' width='180px'>MEU TEXTO</marquee> I would like the text to scroll ONLY when I h...
asked by 01.10.2014 / 14:23
1
answer

Block insert into box

In the code I create two boxes, one patrimony and another serial: <table border="0" align="center" height="100"> <tr> <td> <font face="arial" align="center" valign="middle" color="blue" size="-1"...
asked by 01.10.2014 / 15:31
3
answers

How to leave a 'fixed' div bounded by a main div?

I'm trying to do something like this: link where the div containing the values of the purchase is fixed only while the customization options are visible, but I believe that it is not possible to do this with 'fixed', the only thing I have mana...
asked by 08.10.2014 / 15:19
1
answer

Tab system does not work on mobile

I am creating a mobile site and in a certain part there is a system of tabs. The system is pure css that I found on the internet ... The problem is that when the site is viewed by the cell phone, the tabs do not work right. In iOS for exa...
asked by 03.10.2014 / 20:00