Questions tagged as 'html'

2
answers

Vertical line between divs

Is it possible to make a vertical line between DIVs? wanted to create a tab for the data. Here is an example of the code I'm using: <div style="float:left; max-width:200px;max-height:200px;" class="text-center"> <b>Telefone<...
asked by 12.11.2016 / 00:43
2
answers

Quotation marks within quotation marks and again within other quotation marks?

I have a string variable called [Content] and I want to assign it a button tag that calls a javascript. I'm trying like this: Conteudo = "<input id='btnOculta_" + lin + "' type='button' value='novo' class='btn btn-default' onclick='...
asked by 31.08.2017 / 16:04
1
answer

Help with the use of JS delay or setTimeout

I'm trying to create a loop function that keeps switching between 2 divs. But the result is that when the function restarts, I can not get it to wait again for the 5 second interval of the toggle, causing a wrong visual result. Follow the fun...
asked by 09.09.2017 / 03:14
2
answers

Send data from a form to a URL

I know HTML, but I'm not an expert. I created a site for my hostel based on a template that I bought in the themeforrest and it has a form that receives data (like entrance, exit, adults, etc.) The form is as follows: <!--Book Section--&...
asked by 17.08.2017 / 22:23
2
answers

Put border-bottom inline table with css

With I have the following CSS that places a border on every row of the table. .tab_dados tr { height: 50px; border-bottom: 1px solid #D5D5D5; } Is there any way to do that, so I put the border on all rows, less on the first TR ?...
asked by 24.08.2017 / 17:57
1
answer

ASP.NET Text-Box Character Limiter

I'm trying to implement a character limiter for this text-box, but I have no idea how to do this. It is a page of insertion of posts in a portal and the title must have a limit. <div class="form-group col-md-12"> <div class="form-...
asked by 25.08.2017 / 21:56
1
answer

Href does not work

Well, I'm developing a platform and wanted to click on the "View" button to google, but it's not going to google and after I click the site it's link ? with a question mark at the end. Total Code: <!DOCTYPE html> <html> &l...
asked by 26.03.2016 / 14:39
1
answer

How to extract data from excell to Generate graphs?

I have an excell table with 50 rows and 10 columns, containing data students enrolled in a contest. I have to create graphs from these data. Could anyone suggest a way to extract and work these data in html and javascrit?     
asked by 07.04.2016 / 14:42
2
answers

Inserting a text input with a button in PHP

I am a beginner in PHP and would like to know if there is a way to add an input text in PHP using a button. I'm developing a php application for warehouse control and I want to create a commodity-receiving routine called 'loading'. Then 'loading...
asked by 03.04.2016 / 05:23
2
answers

Make a Jquery script to run on mobile phones only

I can not post the code now, so I'll be as clear as I can. I'm making a website on that single page pattern, where each session of the site has the exact size of the screen. This is done via Jquery (that basic screen-grabbing script). The...
asked by 08.04.2016 / 01:06