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
answer111
viewsWhere am I going with this crap game?
I played this game of craps just to exercise http://jsfiddle.net/b02abznm/ (if possible open in Dreamweaver or another similar editor, which in Jsfiddle complicates) The only problem is that I can…
-
1
votes0
answers42
viewsOption ex: select state | select city
I’d like to do the following: I have 3 Options, and as each one was selected it would bring the result the next option. Ex: Option 1 Select state | Option 2 Select city So when selected the state…
-
1
votes1
answer178
viewsAnchor problem in Safari on Windows
Hello, I have two pages, one of them contains an anchor for a section of the other page: <dsp:a page="${publicUrl}${URLs.club}#ancora" class="veja-mais block"> In this other I have one , which…
-
1
votes1
answer416
viewsService bar at the bottom of the page
How can I create or customize a bar like of this website that is in the footer with several service options: This light blue bar with the service options in the footer.…
-
1
votes1
answer299
viewsProblem when aligning Footer
Hello, I have a problem that is disturbing for a long time, I have a page on which there is a div which has several contents inside which are modified according to the user’s wish, below there is a…
-
1
votes1
answer113
viewsSelect specific items within a while loop
I have the following HTML inside a while PHP: <article data-id="1">...</artcile> <article data-id="2">...</artcile> <article data-id="3">...</artcile> <article…
-
1
votes3
answers1338
viewsHow to suspend the $_GET parameter if the array is empty?
This parameter tipo[] is sent to the url even if it is empty. There is a way not to send this parameter if no value has been selected? <input type="checkbox" name="tipo[]" value="APARTAMENTO/APTO…
-
1
votes1
answer114
viewsJavascript variable Undefined
I’m trying to pass a figure through a input type hidden HTML generated in PHP for Javascript, but this variable in Javascript is undefined. What can be? PHP <form name='form5' method='post'>…
-
1
votes1
answer997
viewsInsert a youtube video into an html page
I would like to insert a video into a web page, but I can’t. What is the problem it contains in this code? <object width="425" height="344"> <param name="movie"…
-
1
votes1
answer270
viewsJavascript syntax error
I came across the following syntax error in javascript/jquery Uncaught Syntaxerror: Unexpected number and I’m using the plugin Number.prototype.formatMoney might have something related? Plugin…
-
1
votes1
answer86
viewsChange Lightbox cursor position
I’m using a plugin to make the lightbox effect (Follow the link below this text), and I need to make some changes in the look, as the cursors and their positions. I changed the close from it to the…
-
1
votes2
answers2003
viewsShoot event to change slider image by clicking the arrow keys on the keyboard
I am using a slider jQuery, but I would like to improve it in the question Accessibility. I’d like the arrow keys on the left ← and right →, navigate my slider similarly to click the navigation…
-
1
votes2
answers1115
viewsCount visible and active inputs in my form
Well, I know that the Jquery Validation does something similar, because it only blocks a required field, if it is active, see example(In this case, if Voce accepts the "Please agree to our policy"…
-
1
votes0
answers84
viewsDrag and drop in a cakephp listing
I have to sort through the drag-and-drop methods. I wonder how you could use this in cakephp? The problem is this: I have several records returned in a list, I would like to drag for example, the…
-
1
votes1
answer56
viewsDomain forwarding
Is there any way to redirect the domain to a folder on public_html instead of adding a file index.html with automatic redirection?
-
1
votes2
answers755
viewsHow to throw a block on top of the other block?
I’d like to create a div, containing a block of text and an image, and the image needs to cover the text, while passing the mouse on the image, the image will make it semi transparent, thus showing…
-
1
votes3
answers82
viewsTransparency of a SWF with wmode=Transparent does not work in Firefox
I need to display a SWF with transparency. O <wmode = transparent> is working on all browsers except Firefox. What? <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="100%"…
-
1
votes1
answer852
viewsUse selectpicker in jQuery
I have this selectpicker code(bootstrap) <select name="nivel_p" class="selectpicker"> <option>menor que 6</option> <option>7-15</option>…
-
1
votes1
answer67
viewsChange div background on visited
I’m trying to alter the bottom of the div, when the person is visiting that link. I tried to use the visited but it’s not working. HTML <div class="e divFloatLeaft"> <h:link…
-
1
votes1
answer139
viewsPicks up checkbox values
I need to get more than one checkbox value, if you have more than one value, example: <input type="checkbox" name="combustivel[]" value="Marco"> <input type="checkbox" name="combustivel[]"…
-
1
votes1
answer43
viewsFrequently troubling the generation of a sitemap
I have a sitemap I generated from a website, example www.meusite.com.br/sitemap.xml, managed before putting the site on the air. He went through all the Urls on the site and it’s all right. When the…
htmlasked 10 years, 3 months ago Felipe Viero Goulart 3,693 -
1
votes1
answer137
viewsHow to simulate a browser?
More specifically, I’ll be streaming music with Mp3skull, which has no API. So far, what I’ve been able to do is use an HTML Parser and go div by div looking for the common id of all the songs.…
-
1
votes2
answers1969
viewsGet Radio Button value in Foreach-JS
I’m trying to get the value of radio in the JS using foreach foreach($produtos as $produto){ <input type="radio" id="<?php echo trim($produto->CODIGO); ?>" name="plano_ouro"…
-
1
votes1
answer74
viewsHow to use Stagewebview
I need to implement an Application to show HTML texts already formatted, these texts are with images. I found two options: Webview - But I can’t use it as a component, just instantiating and playing…
-
1
votes1
answer201
viewsHow do I limit sending data from a form?
I want to prevent a user sending data more than 5 times a day; I have no way to use database would have to be written to a file txt.
-
1
votes1
answer67
viewsJquery problem when adjusting browser window
![insert the image description here][1]I am developing a website and I have a problem adjusting the window. The problem is in the site menu (Nav), when I’m adjusting the window to smaller it reaches…
-
1
votes1
answer933
viewsDatatable checkbox in Pagination table
I am making a table with Datatable and paging, but I need it to have a checkbox in each row the problem is that when I have selected all, it only selects the first page, the others have no effects.…
-
1
votes1
answer129
viewsHow to reset form after Ubmit?
have tried onsubmit="this.submit(); this.reset(); return false;" however it sends a form Azio to the email, already tried echo "<script>alert('Enviado com…
-
1
votes1
answer577
viewsKeyboard navigation
I started to develop a project, which has some needs of navigation via keyboard, as it is a municipal site, in case it should be accessible to disabled also. I’m a little lost on how to start, or…
-
1
votes1
answer726
viewsOpen program through link
I need to access via telnet network devices (Switchs and routers) that are displayed in a list. The idea was that by clicking on the network asset name, open Teraterm, or Putty for connection on the…
-
1
votes2
answers246
viewsFix problem with float in Google Chrome
I’m having a huge headache with Google. It seems to be a bug of this version of Chrome, but when I insert float:right, display:inline-block or any way to leave two parallel elements next to each…
-
1
votes1
answer83
viewsscroll rotates and stops at the div below
I’m developing a website and I’m having a problem. I want to create the website presented some products, and I want to scroll the scroll, the site runs to a certain size stopping in the position I…
-
1
votes1
answer1073
viewsLock Media Screen CSS
Good afternoon, I would like to know some way to block the user from adjusting the resolution in the mobile version of the site (by sliding two fingers). As in this example: http://gruponzn.com/…
-
1
votes1
answer1103
viewsVideo startar with autoplay, but with volume in 50% or mute!
My video tag shows my video/audio controls perfectly. Everything works. But I need to set the audio between 30% and 50% or even mute. You can do this with CSS and/or JS? <video width="960"…
-
1
votes1
answer34
viewsCapture file size and extension and inform via HTML
I have a list of files on a page I’m developing. The HTML is like this: <li class="downloadsCont"> <div class="grid_365 f-left"> <div class="downloadsContImg f-left"> <img…
-
1
votes3
answers615
viewsSave file name with empty spaces html/php
I have the following button that goes to a file: <a href="download_file.php?file=ficheiro_xls/BD%20Fugas%20Gespost.xls">Download XLS</a> In the file download_file.php I have the…
-
1
votes2
answers2812
viewsProblem generating PHP/HTML for PDF
I have a certificate generator that are implemented with HTML/PHP I used DOMPDF but it does not assign the variable $html=' <codigo todo> '; it gives error in IF’s commands after I assign the…
-
1
votes1
answer11031
viewsHow to check without inside a #id has a . class?
Has a top #header that adds the class .hide-bar when scroll but when returning to the top, this class. How to check with jQuery if you are class is present in this id or not? I need this check to…
-
1
votes2
answers339
viewsjQuery codes for javascript
I’m having problems, Javascript is very confusing for me, let’s see that I have a function that performs all this in jQuery $(".message-form-content").attr('style', ' '); // Esvazia o style da div…
-
1
votes4
answers12028
views -
1
votes1
answer372
viewsHow to avoid an XSS vulnerability in an HTML FORM?
How to avoid XSS vulnerabilities in a form by using the tag <form> </form>, in HTML? Is there any good practice in building HTML code to avoid it?
-
1
votes1
answer2959
viewsHow the variable passes via $_POST
I’m creating a code snippet where I assign the data entered into a array in the javascript and moving on to the next program. But the problem is that if I use the $_GET it can not support when…
-
1
votes2
answers266
viewsInsertion in Mysql with PHP works for nothing
I am trying to create a registration page and save user data in Mysql, but it is impossible to do this. I’ve searched the Internet, but apparently my code is correct. SQL code: CREATE SCHEMA IF NOT…
-
1
votes2
answers453
viewsRadiobutton or button to sort data
In my project, I have a Occurrences table and a column called Status and the Status values are: pending or solved. I need to sort the data and create a logic that in my view i have a button, or two,…
-
1
votes1
answer605
viewsHow to catch div through another class
I have a .aspx where I put a div alert. I have a class Message to handle system messages. To treat these messages when instantiating the class, step as parameter to page, in the method step as…
-
1
votes1
answer328
viewsUsing confirm() javascript with checkbox
I got this line that’s inside a foreach: <input type="checkbox" id="idAprovacao" name="idAprovacao" onclick="atualizaSituacao(<?php echo $resulta->id_aprovacao;?>);" <?php echo…
-
1
votes2
answers780
viewsHow to add parameters in the html action?
Now I just asked about the topbar links of my site. Well, now the problem is another: add parameters to a url. Follow the code: <script type="text/javascript"> function web(){…
-
1
votes1
answer384
viewsDoubt when picking up repeated checkbox group
I am making a registration form where I have every day of the week to select <input type="checkbox" name="dias[]" value="Segunda"> Seg <input type="checkbox" name="dias[]" value="Terça">…
-
1
votes1
answer1626
viewsForm does not pass data via POST
I have the following excerpt: <html> <form name="sai_frm_incl_patr" method="post" action="sai_incl_peri_seri_patr.php"> <body> <table border="0" width="100%"> <tr>…
-
1
votes1
answer138
viewsHow to take the 2 value of an Dice and show?
In my program I search the table data and add in a array v_patr and then I add this array in var w_a: <html> <select multiple size="7" name="cb_Patr" style="width:300"> <?…