Questions tagged as 'html5'

0
answers

get an image file with javascript and show it, then with a form send it to a folder

I want a <button type="button" onclick="subir_imagen();"><i class="icon-image"></i></button> send me a funccion(); , then save it in a folder and show it on a <img></img> tag. How can I do...
asked by 24.05.2018 / 05:48
0
answers

Integrate ckfinder with ckeditor

I have downloaded version 4.9 of ckeditor and version 3.4.2 of ckfinder. The purpose? to be able to upload images from the textarea and show the content of an article with images and videos. THE PROBLEM? The CKeditor loads me, but when I click o...
asked by 30.05.2018 / 17:17
2
answers

About animation css3

It turns out that I'm doing an html page with the animate.css and bootstrap4 framework. I have a div to which I have added an animation but I want it to be repeated every time the element is observed and not when the web is entered, that is to s...
asked by 27.05.2018 / 01:46
1
answer

Add required attribute to a textbox - ASP.net

It is possible to add the required attribute in VB.net to a Textbox. I would assume it would be something like this: textbox.Attributes.Add("required") or is it necessary to insert JavaScript to implement it?     
asked by 23.05.2018 / 15:36
0
answers

How can I adapt the elements of a page when the menu is shown with a modal?

The title is a preamble to the problem that is presented to me, I am making a web page (Using Materialize) which has a fixed menu in left position in desktop mode and when the resolution of the screen is less than 1000px changes the way...
asked by 21.05.2018 / 05:25
1
answer

Preload file in input type = 'file'

Is there any way that an html input file contains a preloaded file when the form is displayed? What I intend is that in a configuration form, the fields saved by the user (stored in the database) are preloaded when you access the form again....
asked by 22.05.2018 / 12:15
1
answer

Positioning and animation problems of a responsive menu

I'm trying to make a responsive menu something different from how I normally do it: the icon to enable the menu is fixed below on the right. When I click, it shows me the menu in the following way: I have three problems with that menu:...
asked by 25.05.2018 / 23:51
1
answer

Responsive adjustment for input-group with Select2 and other form-control or input-group-btn

I am trying to finish the design, for a file loading system: the System has an initial element Select2 ; then it is concatenated with a search button (to search for the file); then we have a text entry where I show the name of the file (th...
asked by 26.05.2018 / 16:31
0
answers

customize html normal notice when a field is required

Is it possible to modify the warning that comes by default from html ??, I'm doing a form and I need a checkbox when I put the required attribute tells me. "You must agree to terms and conditions". Is that possible? <div...
asked by 18.05.2018 / 22:07
1
answer

Why would my table generated by html generic in c # put it as text and not as an html element?

Currently I want to generate a few rows in a table depending on the images I have stored in a location, only when I want to concatenate everything with a innerhtml it is generated as text by the structure of the table. This is se...
asked by 18.05.2018 / 16:54