Questions tagged as 'html'

2
answers

How to upload images to a folder using Classic ASP?

Is there a script for Classic ASP so that I can upload an image to a folder. Ex: I click on a button, I load the image, I click to upload it and it goes to a folder, for example: C:\ASP\sistema\imagens .     
asked by 10.02.2014 / 15:20
1
answer

Working with Canvas - Borderless

I have a canvas on my page and would like to remove the border .... so I can not ... which property works with the border? function desenhaBase(canvas, context, x1, y1, x2, y2){ context.fillStyle = "white"; c...
asked by 17.12.2014 / 13:00
1
answer

Index value is not being recognized correctly

I have the following code jQuery : $('.dock-a').hide(); $('.dock').each(function(){ var DOCK = $(this); DOCK.click(function(){ var DOCK_largura = $(window).width(), DOCK_index = $(this).index(), DO...
asked by 15.12.2014 / 19:07
1
answer

Include HTML in HTML without affecting SEO

I've seen a number of ways to include an HTML inside another HTML , both by JavaScript and the HTML5 . Do these include negatively affect the page's SEO? Are the included content of these forms typically indexed by search engines?  ...
asked by 16.07.2018 / 15:56
3
answers

How to leave the background of a fixed div in iOS (iPad) Safari?

I have a layout that works great on the desktop, but when viewing in iOS Safari (iPad specifically) it does not appear as expected. I want the div background to stay fixed when scrolling the page. Does anyone know how to fix this problem? css...
asked by 06.02.2014 / 20:51
1
answer

Error while mounting HTML table with jQuery

I need to create this screen: TheproblemisthatthecodeIhavegeneratedgenerates9columnsinarowinsteadofgenerating3columnsperline: Thisisthecode:@{ViewBag.Title="Home Page"; } <div class="col-md-12"> <table id="tblQuadro" class="tab...
asked by 28.12.2018 / 14:41
2
answers

RegExp does not take the input value

I need to extract the value of a tag html <input value="2530317385" name="X-Tmx-session-id" id="X-Tmx-session-id" type="hidden"> I am using a Expressão Regular to return the value of input $pattern = '~<in...
asked by 22.04.2015 / 05:37
1
answer

How to create MASK with pure JS in React

I'm developing an HTML, CSS and jQuery site in React, but I've seen that using jQuery is out of phase in React since it's possible to create some components faster and easier, my question is how to make a jQuery-made mask for Javascript pure, or...
asked by 18.05.2018 / 15:48
2
answers

How to customize send file button?

I have a submit file button: <input id="file" name="file" type="file" /> It looks like this: Iwanttoremovethis"No file selected" description and customize the button text. Can anyone help me?     
asked by 12.06.2015 / 16:14
2
answers

Store multiple select in a column only with PHP / javascript + MySQL

I'mhavingahardtimestoringselectmultiplesinthesametablefield.Inthiscase,whenfillingouttheformandmarkingmorethanoneselect,itstoresonlyoneandtheinputquantityfieldthatisinjavascriptdoesnotstore.HowcouldIdoittostoreeverything<?phperror_reporting...
asked by 18.01.2017 / 23:07