Questions tagged as 'html'

1
answer

How to read QueryString parameters in Javascript

How do I collect arguments from an HTML page? Type I've tried to use that neither C # / ASP.NET: var conteudo = Response.QueryString["usuario"]; Considering a query string as: /default.html?usuario=pt Then he would tell me what was...
asked by 27.06.2014 / 21:31
2
answers

How to make sure that script / script does not appear in the HTML file. Appear only the text inside document.write

I'm trying to insert some scripts of my WHMCS into a HTML page on my site, which returns a document.write(' Texto que irá aparecer '); , and the text contained within document.write is displayed in the HTML page...
asked by 24.06.2014 / 01:11
1
answer

float in some element, and the div does not accompany the content

I'm trying to float an element to the right, and this element is inside a div with no set size. The problem is that when you float the element p to div does not accompany the content. Follow the HTML code: <div id="d...
asked by 16.11.2014 / 19:46
1
answer

Distinguish forms within PHP

There is a way to distinguish forms within PHP, since I want every form to be sent to the same function, which will be responsible for passing $_GET to the proper function that can check the consistency of the form.     
asked by 21.12.2014 / 19:35
1
answer

How to put right on the sidebar or navbar depending on the size of the screen?

I would like to put a Logo on the sidebar instead of navbar for larger screens, and when reducing the screen aspect ratio ( mobile devices, and tablets and smarts), the logo should go to navbar using Media Queries of Bootstrap 3.     
asked by 03.01.2015 / 18:46
1
answer

Remove html tag, but keep br Javascript

I'm having second thoughts about removing html tags, but keeping only <br> This code removes the tags, but I would like to keep <br> and maybe other tags. function removeHtmlTag(strx,chop){ if(strx.indexOf("<...
asked by 29.06.2018 / 20:10
1
answer

Upload Link in Modal

Run the code - The explanation is in execution. then read the code document.getElementById("edt").style = "block"; $(document).ready(function() { $("#LinkChamar").click(function() { $("#CarregarEmDIV").modal(); })...
asked by 11.07.2018 / 22:00
1
answer

Active link with CSS: active

Folks, I 'm going to make a php code inside my class to display bold for example a specific menu that is active. <div class="menu-up"> <ul> <a href="index.php?url=menu"><li class="li-up fr <?php if ($_GET["u...
asked by 06.08.2014 / 08:36
1
answer

Call function javascript

I have a VB application that builds HTML pages fed by database data. So I can issue reports by inserting the data into an HTML table. It turns out that sometimes the table becomes too large to be printed and need to remove some columns so tha...
asked by 11.08.2014 / 15:13
1
answer

Style does not propagate to parents

I have several elements inside one another and when I hover the mouse, it adds a border to the element's identification, however, as everyone has the same class, all items take the border. I want only the element positioned with the mouse to...
asked by 14.10.2014 / 00:45