Questions tagged as 'html5'

4
answers

Error Creating Partial View

Trying to do a partial view in ASP.NET with C #, it throws me the following error, it is worth noting that I try to do it in different ways and it keeps marking the same error, it is the first time it happens to me with a view and I do not have...
asked by 22.06.2017 / 20:28
2
answers

SELECT Dynamic and option selected by default

I am completely new and without any experience, I indicate: As shown in the image I already made the SQL query so that the countries from the database are loaded to the SELECT of my page, now I want to leave selected by default a Country (for ex...
asked by 18.06.2017 / 01:12
3
answers

How to autoplay videos that are not from YouTube?

I have a question, you can put autoplay to videos that are not from youtube ?, as for example to other links or videos inserted in third-party websites. I've seen that on YouTube you put ?autoplay=1 at the end of the link and it...
asked by 21.06.2017 / 21:21
0
answers

What do I do to show in php with JavaScript, by means of a select a coordinate that is stored in database in the coords field?

Currently I am doing a web application on php, which captures the coordinates of the Google Maps API, and then I save it in a database in the field coords. Now I just need to be able to show this again in the map of the Google maps api, this...
asked by 20.06.2017 / 00:23
0
answers

upload data from ajax to datalist

hello I want to bring a list from my database but I already bring it what happens is that it does not show me and I really do not know what to do and a little help I liked. function filtro() { // var valor = document.getElementById("d...
asked by 14.06.2017 / 23:34
1
answer

Help with html and css

How about friends, you will see that the body tag is responsive ... and the footer always appears at the end (bottom: 0;) <html> <head> <style> *{ margin:0; padding:0; } html{ width:100%; height:100%;...
asked by 14.06.2017 / 18:34
1
answer

I do not get the menu, css styles do not apply to image in android browsers

Hello on my laptop, the web looks good. And if I resize the web to mobile resolution it looks good too. but when I upload the web to ftp and see it from my phone many things do not work like the menu, the border-radius: 50% of an image or two fo...
asked by 09.06.2017 / 20:28
1
answer

Menu system and fixed header that throws error

I got into a problem that can guide me from there (since I'm making my first weapons with the theme of web developments): I have a site that has a structure more or less like this: "css" folder: files inside "js" folder: files inside "pa...
asked by 13.06.2017 / 16:30
1
answer

Problems when bringing a record in a database and showing it with javascript in a pop

I am doing a search in a form and that for example the user adds an id and that this id is stored in a variable and performs the search in the database. For showing the data in the JavaScript I have no problems. The problem is that as it is a...
asked by 08.07.2017 / 23:57
1
answer

CSS3 background

I'm trying to insert a photo on my page, I used the following information to put the photo: background-image: url(../../Pictures/espacio.img); background-position:center; background-repeat: no-repeat; background-size: cover; The result was...
asked by 05.06.2017 / 20:03