Questions tagged as 'html'

1
answer

SVG with bottom 0 in footer and continues with white space

Good afternoon I have a problem with my layout, svg is in the footer position and I can not remove the white space at the bottom of the page. I tried on the body I think not his property. <svgclass="absolute rodape-bg" xmlns="http://www.w3.o...
asked by 22.08.2018 / 20:39
0
answers

Panel to hide elements PHP user page

Good evening, I'm doing a management system for the company and now there has appeared an unanticipated requirement that I need to adjust. Within the administrative page of each client there are buttons that are actually images that when clickin...
asked by 23.08.2018 / 04:18
1
answer

How to include JSON file inside a .JS

I've already searched the forum here, I've got examples ready on other sites, but none of them worked for me. As I said in the title, I am not able to make a link from a .json file into the .js file. This is my file script...
asked by 21.08.2018 / 02:10
2
answers

File link to view / download / print

Scenario I have a list of files dynamically generated, and I would like 3 options: Open : display in the browser (if it is PDF, JPG, etc); Download : download direct; Print : Send direct to standard printer . What I got...
asked by 21.08.2018 / 14:06
3
answers

Refresh only once

I'm building a website and need a strength. The problem is this: I need to enter the same as a refresh , just when I enter it I tried the code: <meta http-equiv="refresh" content="1"> However, it gets in looping inf...
asked by 28.09.2018 / 19:45
1
answer

how to leave all items in a div horizontally

html <div id="containerprodutos" class="containerprodutos"> <div id="containerprodutosfilha" class="containerprodutosfilha"> <h3 class="text-center align-middle"><img class="imgcar" src="images/...
asked by 29.09.2018 / 07:10
0
answers

Getting information from an HTML page in C # (WebBrowser)

I'm trying to get information from a website and I'm having trouble getting the correct result. Basically, I need to get the software version from the site: link What interests me is the line: <span class="download-version__version"...
asked by 14.09.2018 / 15:46
0
answers

How to call a function inside the Frame?

I want to call a function that I have inside a iframe . I program in Ionic and wanted to know how I do this through JavaScript or HTML. Within JavaScript I have a variable ( Z = 2.5 , just an example of the same value) of type...
asked by 19.08.2018 / 00:02
1
answer

Date Picker Jquery display in d / m / Y format and write to the bank format Y-m-d

I'm using this datepicker in my project, it's already configured as you can see below the DateFormat in the format d / m / Y, but I would like it when I save it in the database it would convert to YMD format, / p> <link rel="stylesheet"...
asked by 20.08.2018 / 16:39
2
answers

How to format html tags with javascipt

How do I, when someone enters an html tag in my online editor, javascript set a color for that tag? An example would be: < html> //Essa tag teria sua cor mudada por uma função function Tag(){ //A função tag ao ser chamada iria setar u...
asked by 09.08.2018 / 16:02