Most voted "html" questions
Use this tag when the question refers to some resource, information or problem related exclusively to the HTML language (Hypertext Markup Language). HTML is the main markup language used to structure web pages and format content. The latest revision of the HTML specification is HTML5.
Learn more…14,259 questions
Sort by count of
-
1
votes1
answer97
viewsHow to run a javascript using href?
I would like to run the javascript below using href. But by clicking on the supposed link Log Out, nothing happens. If I hold the cursor over the link it shows me the destination as…
-
1
votes0
answers28
viewsProblem when using Interactjs
I’m having a problem trying to use as a library Interactjs. At this time the my code, as you can see, you are invoking the files necessary for the correct execution of the example: <link…
-
1
votes1
answer39
viewsFRONT END - jBox?
How or what to use to make an effect in which the user realizes that the table minimized even that little tablet ? For example: The effect of minimizing MAC ... At the moment there is only one…
-
1
votes3
answers664
viewsMobile dynamic iframe
I need to generate a iframe dynamic by clicking a button on a div for a mobile app only when I try to load it iframe using the method Onload in the Body it does not automatically load and only when…
-
1
votes1
answer799
viewsHow to take the selection out of a dropdownlist using jQuery?
I’m not so familiar with jQuery, I’d like to know how to get the attribute selected dropdownlist using jQuery?
-
1
votes2
answers458
viewsMenu with blocks side by side, a fixed and other fluid
How do I make a horizontal menu with a flowing width on one side and a fixed width on the other side? The menu will not be fixed at the top and needs to work in most browsers(this because I cannot…
-
1
votes1
answer1538
viewsUTF-8 code does not work
I’m having a problem that seems simple but has given me work here. I’m developing a single page application using Angularjs, on the page index.html i have the tag <meta charset="UTF-8"/>, and…
-
1
votes1
answer1888
viewstable html printing
I am developing a php application with mysql and at a certain point need to make a query in the database and bring the information in a table. Until then quiet, however I need to have the option to…
-
1
votes2
answers395
viewsClick OK button of window.confirm
Good afternoon, when I click on a button opens a window.confirm obviously it has an OK and CANCEL, I wonder if there is a way for me to click on this OK button as soon as it opens with javascript?…
-
1
votes1
answer384
viewsWebsocket with PHP using IIS 8.0 server
Good morning. Next, I downloaded the following project as an example to create a Websocket: http://www.nhatanh.net/blog/websocket-php-html5-tutorial-echo-server.html Testing on a machine with Linux…
-
1
votes2
answers715
viewsGet information from the url
Hello, I would like to know how I can get information through a URL, like this below: http://www.meusite.com/?primeiro=11111&segundo=222222&terceiro=3333333333 I wanted to get the…
-
1
votes1
answer433
viewsIcons don’t line up
Good morning. I have two icons inside a table and I need them to be on the same line. When the page loads they are aligned: But when I navigate to another tab and go back to that tab, the icons look…
-
1
votes1
answer1476
viewsList Javascript objects in a table
Good afternoon. I have an object: var relatorios = [ { "Data": "28/08/2015", "Descricao": "Visita a Cliente", "Classificacao": "Class.2", "Valor": "R$435,00", "Verba": "RH", "Comentario": "Cliente…
-
1
votes0
answers9
viewsuse variable in . eq
I need to put the value of a variable in the method . eq, this variable takes an integer value. But it doesn’t work. I’ve tried several ways and nothing. $(document).ready(function(){ i = 0; for(i =…
-
1
votes4
answers2318
viewsH1 stylized with center edge with css
Hello, I wanted to put a border the same way it is in the image. I don’t know what you call this type of border, so it’s hard to search. <h1> Destaques </h1>…
-
1
votes3
answers1664
viewsAbbreviate content inside cell (HTML table)
I have a table that is composed of values that are pulled from the database.... This table has the predefined size, and it turns out that when the value pulled from the bank is greater than the…
-
1
votes1
answer567
viewsPlacing a dynamic Youtube video in an <iframe> (Asp.net)
Good night! I am trying to put a youtube video based on a url saved in an sql database, the problem is that the way I thought of putting, works only with some static url, in the following way:…
-
1
votes0
answers56
viewsPrinting of Pages
I’m facing a problem with web page printing. I have 3 pages . php pag1.php; pag2.php; pag3.php; I would like the user to click the print button and my print Function() to be triggered - so far…
-
1
votes3
answers163
viewsViewdata is not displaying message
I’m trying to send a message from Controller to View using Viewdata, but it’s not displaying the message. When I click on the "Check" button of the View it is to call the method Verificar() from…
-
1
votes2
answers130
viewsOverlay information when using Media Queries
I developed this site www.prolinesound.com.br, in the desktop version everything is perfect but when I started adjusting the media queries to make it more mobile friendly, I found a problem. When I…
-
1
votes2
answers11349
viewsHow to insert Java code into html?
Hello guys I would like to know if it is possible to insert Java code into html,because I want to make an encryption program in Java and put inside html. I’m asking here why I haven’t found anywhere…
-
1
votes1
answer125
viewsProblem with slideshow css
I want to leave the slide with the format of the image below. I add the display:block in my slideshow images, but it doesn’t work! HTML: <div class="slideshow"> <div class="slide">…
-
1
votes1
answer1923
viewsPlace real-time punctuation in javascript
I am doing a school work, that is for tomorrow, and it is already ready, is the famous game 'Snake' in javascript and html, however hj I thought to put the player’s score in real time in the game.…
-
1
votes2
answers651
viewsGet the correct Index without duplicating the Select Option
I need to create a select with the days of the week, and upload them when they are already in the database, then I receive in my index the id of the day of the week and I have to leave it as…
-
1
votes0
answers61
viewsHow to scroll horizontal on tumblr?
Hello! I’ve tried many tutorials, but I can’t get anything. The base theme I’m trying to change is the next. Writing the following does not cause the horizontal scroll to happen, only blocks the…
-
1
votes1
answer128
viewsCreate Divs according to database entries
Good morning, I am developing a website and would like to create a new div for each entry the database presented in php. I need to make a page with the same principle of a blog, the last content…
-
1
votes1
answer1017
viewsHow to set UTF-8 default page encoding on Windows Server IIS?
I have a coding problem (accentuation) with the template pattern of Bootstrap, specifically the carousel. The official code has the goals defined thus: <html lang="en"> <head> <meta…
-
1
votes1
answer129
viewsChange the content of a DIV from another site
Good afternoon, I’m having a hard time finding a way to get two Ivs to communicate and I need help knowing what I can is using to make this communication For example: An Object will send a site2…
-
1
votes1
answer200
viewsHow to put interest scheme in product listing?
There is a list of products in the layout I am doing with opencode. <div class="borderproduct" itemscope itemtype="http://schema.org/Product"> <a href="{{ product.link }}"…
-
1
votes1
answer309
viewsPlacing static HTML element as an extension for Chrome
I would like to make an extension for Google Chrome that enables a horizontal bar that is always available at the top of the user window. The placement would be something like: The question is: how…
-
1
votes1
answer220
viewsSend form after user action
I have a form, and a list of actions that the user can choose, depending on the action that was chosen, the user must confirm the submission, leave a message or simply send the form. I have almost…
-
1
votes1
answer97
viewsResize Image
I need to resize to a fixed size the images coming from getass tried in the html but the images have different sizes so each one gets one size. I wanted to set a fixed size for this image shows with…
-
1
votes0
answers454
viewsRemove unnecessary spaces in html tags
Good afternoon, It’s a simple question But I’ve been racking my brain for a while. Every time you save an html file to sublime 3, it puts an empty space, making the form look like this : EX:…
-
1
votes1
answer89
viewsIs there any way to know if someone is referencing some file from my site in another?
i have a photo on my website logo.jpg If some smart guy uses my image that took me hours to make and use on your site in a tag there is the possibility of knowing where the source request to the…
-
1
votes1
answer83
viewsIframe with src attribute receiving an internet link
I am creating an iframe on a page, and in the src attribute, when I define a link any (with http://...), he just won’t open. For example: <iframe src="http://www.google.com"></iframe>…
-
1
votes3
answers115
viewsVertical side menu up to the thin page
I need to leave a side menu from the beginning until the end of the page, no matter how many items the menu has, for example, if I have a menu with 3 items the background color of the side menu ends…
-
1
votes1
answer131
viewsHow can I make an image when passing the mouse it appears a text in the center of the image?
How can I make an image when passing the mouse it appears a text in the center of the image? with css code, or other.
-
1
votes0
answers52
views.load() affects website performance
I would like to know two things, and if possible an example. I have a system of comments that after sending and writing in the database and appears without refresh, almost equal to the comments of…
-
1
votes3
answers2496
viewsHow to submit a form automatically and without refresh?
On my page is a form where the user chooses a numerical value. I want that whenever the user changes the value, the form is sent, without the need to press the "send". The code I tried, but it…
-
1
votes2
answers439
viewsIs it possible to customize the Facebook Like button?
Is it possible, I create a custom facebook like button? I want when I click my custom button (http://i.imgur.com/vJSlVfz.png) exactly the same thing would happen if I clicked on the default facebook…
-
1
votes0
answers22
viewsGet value from an html Windows Form c#
Hello I would like to take this value, it is a class inside the other, I am trying this code but it does not return the value. private void button1_Click(object sender, EventArgs e) { string s =…
-
1
votes1
answer275
viewsjQuery does not add "+"
I’m making a shopping cart with jQuery. The cart works like this: It has the products and all the values of each one. It has a field that changes the quantity. It has another field also of freight.…
-
1
votes2
answers643
viewsHow do I send data from a table html in a form post?
I have a form that contains a list within a tag table, how do I upload the data from this table to the table itself POST form? Without using hidden inputs. If possible in pure Javascript, but if no…
-
1
votes2
answers53
viewsError of Javascript Code
Well, I have the following javascript code: < script type = "text/javascript" > function teste() { var date1 = document.getElementById("data"); var date2 = document.getElementById("data2");…
-
1
votes1
answer1068
viewsDelete image from BD and server destination folder simultaneously
I am trying to delete simultaneously a certain image that is in the "logo" field of a table that has several other fields, and the folder where it is stored that is called "upload", but I can only…
-
1
votes1
answer2691
viewsSearch image in HTML code
In a form, I will perform an image search on Bing (in the background) so: titulo.Text = "sou doador" string minhaBusca = titulo.Text + " app"; minhaBusca = "http://www.bing.com/images/search?q=" +…
-
1
votes1
answer1654
viewsWebbrowser click nameless button and DELPHI ID
I know for me to click this button here! <input type="submit" id="btnSubmit" name="avancar" value=" Avancar " onclick="return onSubmit();"> I use this code…
-
1
votes1
answer180
viewsHow to define formatting for a multi-column table using classes?
I made a website and inside the body has 6 columns with links and each column is within a class, kind of: class="coluna 1" class="coluna 2" class="coluna 3" What I want to know is whether this right…
htmlasked 8 years, 11 months ago Márcio Sebastião 769 -
1
votes1
answer222
viewsBackground transition with gradient
As far as I know, css does not support gradient backgrounds transition, but supports "flat" color transition, for example (background-color:#fff) How this effect was applied here, then?…
-
1
votes1
answer346
viewsHow to use a kind of gettext(). toString() from Java in HTML with Javascript?
How to get what is typed in an HTML text box using Javascript, as well as getText().toString() in Java?