Questions tagged as 'html'

1
answer

Converting Word to bits - JavaScript and WebServer CLP Siemens

I'm getting a PLC variable, which is a Word (16). However, I can not 'convert' this 16-bit Word with their respective values (true or false). 1 Word = 16 bits. I get the word 'full' value. More details: This is a WebServer applicatio...
asked by 23.08.2017 / 21:15
2
answers

Go to anchor before page load

I have a page that every time I refresh, it returns to the top after full loading. However, I have a second page that has a link as follows: index.html#empresa , I would like it to stop, "regardless" of your upload, in the company ancho...
asked by 28.08.2017 / 15:41
1
answer

Form Encoding

I have a form on a page that contains the following tag in head <meta charset="utf-8" /> The form is pointed to the processa.php page and at the top of that page I also put the tag <meta charse...
asked by 11.08.2017 / 21:55
3
answers

Writing and reading file via JavaScript

Is it possible (if so how) to do the following method with JavaScript? The person types in a form some arguments, When you click send it will execute a JavaScript code, In this code the function will get the form information and will ope...
asked by 03.03.2014 / 23:18
1
answer

Page content offset when closing modal bootstrap

I'm having the following problem when opening a link in a modal on my page and closing it the contents of the main page is shifted to the left, whenever the modal is opened and closed the content moves, I do not know why This happens, I apprecia...
asked by 16.08.2017 / 16:15
2
answers

Is it difficult to create an element and set the id to empty?

I want to create a php function that creates html elements in a more agile way, the syntax should be more or less as an extension of the sublime create("p#paragrafo.classe1.classe2.classe3=content"); a saida devera ser: <p id="paragrafo" cl...
asked by 28.08.2017 / 19:02
1
answer

Aligning two divs in a Modal

I'm having a question for aligning two divs using Bootstrap. <div class="info-suporte col-sm-8"> <table class="table"> <thead> <tr>...
asked by 29.08.2017 / 04:21
1
answer

Full Slide Bootstrap

Hello, I added a carousel slide on the site I'm developing, and I'd like it to have width: 100% in my header, but even adding this property is not applied, as in the image Canyouhelpme?Thisismyindex: <!DOCTYPE html> <html >...
asked by 09.07.2017 / 22:04
1
answer

Database connection error

I'm doing a project and this has a problem in the database part. I created a form to register on the site, but when you put all the data to register, this information is not passed to the database. Can anyone tell me what might be wrong? form...
asked by 14.07.2017 / 19:17
0
answers

Css How to leave the Divine Right Side Inclined?

I have a demand in which I need to leave only one right side of an inclined div, ie diagonally. How do I get this effect? When searching, I saw that I could use the code below to tilt the div, but my problem is that the code tilts the entire...
asked by 14.07.2017 / 18:52