Questions tagged as 'html5'

2
answers

Pass two parameters at a time to the controller - A parameter is in an Input Group

Good morning everyone. I'm new to Asp.Net and I've got a personal project to do, but I'm having difficulty passing parameters to the controller. I do not know how to pass more than one parameter at a time. I have a modal to change the type of...
asked by 29.08.2018 / 13:28
1
answer

How to align a button vertically in a row

I am not able to align a button vertically within a row. I've tried to insert a label to force it down, but it does not even move. input[type="text"], select { /*font-size: 13px;*/ } .selectClass { /*fon...
asked by 28.08.2018 / 02:58
1
answer

CHANGE INPUT FILE STATUS

Ee! So I wanted you to choose a photo in the input, the name of the file / photo was printed under the input or inside, whatever ... Ahh, yes ... The input ta with diplay: none; only a label triggers it. Follow the code and a photo below. &l...
asked by 03.09.2018 / 21:08
1
answer

PHPMailer with locaweb - You are not saving the emails sent to my LocaWeb account

I configured PHPMailer and it is correctly sending the emails, however in the sent box of my locaWeb account these sent emails do not register. Do I have to do some configuration for this?     
asked by 27.08.2018 / 05:57
1
answer

In CSS why does pseudo-classes: empty work and a: not (: empty) do not work in input?

I'm trying to make a form template where I think of the user experience better by giving visual feedback when the field is filled out. There I came across a "problem" that I can not explain ... Because no input pseudo class :empty...
asked by 31.08.2018 / 21:34
2
answers

List in HTML table separated by category

I'm in a development using Python and Django and as IDE the pycharm. I have a list coming via Rest by mobile, under the name 'Athletes', and comes with the columns "name", "category", "time". I would like to list these athletes in an HTML...
asked by 20.08.2018 / 18:50
1
answer

Rewind HTML5 video after clicking without acceleration or lag

What I need I need a script (Javascript, jQuery, etc.) to rewind a video after clicking. I used a script I found in some forums, but it rewinds the video with acceleration, which makes the animation look bad / strange. It would need to be a...
asked by 17.08.2018 / 17:06
0
answers

How to write the value of a bootstrap select in the database?

I'm developing a system, and I need to write to the database data from a select option. When saved, it gives an error saying that the "type" field is null. Here is the code for better insight. View <div class="form-group">...
asked by 26.08.2018 / 18:38
1
answer

Json taking too long to be created on the server

Good evening! Personally, I'm generating a file .json by PHP , this file goes directly to the server (hosting). My problem is that as soon as I save, it gives a delay of a few minutes (2 minutes up). The code is working, it's onl...
asked by 30.08.2018 / 02:12
0
answers

Favicon on microsoft edge does not show

Follow the code below: <link href="~/favicon/icon.png" rel="shortcut icon" type="image/x-icon" /> Here's a picture: Itonlyappearsas"Home - My ASP Application", other browsers work fine. Only works when hosting the site and does...
asked by 14.08.2018 / 02:01