Questions tagged as 'html'

2
answers

Syntax error including the tag? php? in HTML [closed]

<select id="user_type" name="user_type"> <option value="0">Select an user type</option> <?php while($row = $result->fetch_assoc()){ ?> <option value="<?php echo $row['id']; ?>"><?php echo...
asked by 14.01.2017 / 03:07
1
answer

Checkbox material design does not appear

I'm trying to add the material design CDN from link , but when I add it, it does not appear in the checkbox . I see everything in material design except the checkbox, which does not appear. <!DOCTYPE html> <html lang="en">...
asked by 20.11.2016 / 14:52
1
answer

The lower bar (tab bar) disappears from the view in the app

I'm doing a hybrid app with Framework7, I want to do it with a tab bar that will be below. Everything works perfectly as long as in the pages of the tab bar I have not written neither text nor code, but if I write or add anything the navbar mo...
asked by 11.12.2016 / 18:36
0
answers

Post file and data. AJAX - FLASK

My doubt arises as a result of wanting to send a file with data (everything from a form ) to flask to be stored in a directory. This, I could achieve it in a "separate" way. I wanted to know if there was any way to nest these solution...
asked by 22.10.2016 / 17:48
0
answers

As valid the curp in the renapo to get name and surname [closed]

I need to validate the CURP field and get information from it.     
asked by 31.10.2016 / 23:44
1
answer

Error "toggle is not defined"

I have the following concern: My code works, but when I see the console it throws "ReferenceError: toggle is not defined" Here I leave the code <div class="container-menu" id="icon-menu"> <div class="bar-1"></div>...
asked by 29.11.2016 / 15:53
1
answer

How to use an image with spaces in HTML5 [closed]

Hi, I'm trying to assign the picture of an "img" however for some reason it does not recognize the images that contain spaces in the name: Someone knows a way to fix it WITHOUT CHANGING THE NAME OF THE FILE     
asked by 27.11.2016 / 23:34
0
answers

Insert links to Regions a map of jvectormap

I already have the map ready, how can I add a link to a specified region and direct me to another page? please help. Thanks This is the code I am using: <html> <head> <link rel='stylesheet' id='style-css' href='style.c...
asked by 28.02.2017 / 02:29
0
answers

How to save data from localstorage to mysql? [closed]

Is there any way to send the data stored in localstorage to a database? (mysql) Example: As we can see in the image we can have many records in the list, and when I give it in store I want it to be stored in my database just now.   ...
asked by 28.02.2017 / 03:50
1
answer

Validate a range of minutes [closed]

I am working on a page where I ask for the hour and minute that you want and at the same time I ask for an interval of minutes that you wish to cut. For saying 04:50 and of those 50 min I wish to cut only 5 min what I wan...
asked by 25.10.2016 / 20:24