Questions tagged as 'html5'

1
answer

Form with enctype makes it impossible to read input text and image upload

I was able to upload files with my form containing just one input and file type. However, I came up with the need to make a category registration form that sends the category data to the database and the image to the server with the name being t...
asked by 22.09.2018 / 01:58
1
answer

Minimize of screen leaves words of messy rodapedia html

When I minimize the browser the sentences go to the corner are messed up. Follow the code: css: @charset "UTF-8"; body{ margin: 0; width: 100%; height: 100%; background-color: white; } li{ color: white; } header#fund...
asked by 22.09.2018 / 03:08
0
answers

Upload Screen

I'm here again. I have a page (index), which calls a javaScript, to put a graphic on the screen, I am getting it, however the graphic is taking a while to render and how much it does not render the screen is all white, , but I'm not getting i...
asked by 28.09.2018 / 15:27
0
answers

How to request another site?

Hello, I'm having trouble making a code that I have in mind. It would be as follows. I have a site that talks about the buses of my city and I am developing a code in php that looks for airbus and puts the line / route that it is. T...
asked by 28.09.2018 / 04:55
0
answers

Open Google application via a web link on Android

How to open the gplus app via html, social networks like facebook, is fb: // instagram: // and google + can not find, for ios usa gplus: // but it is not sure to open the app android     
asked by 28.09.2018 / 07:20
0
answers

Pass icon and name in ng-options

If someone can help me, but thanks! This is my code: $scope.Moedas =[ { id: 0, nome: "REAL", icon:"fas fa-dollar-sign" ,ativo: false }, { id: 1, nome: "DOLAR", icon: "fas fa-dollar-sign", ativo: false }, { id: 2,...
asked by 11.09.2018 / 21:30
1
answer

do not delete the image on the canvas

Hello, good morning. I have a still image on the canvas and some buttons to draw or delete what was drawn, but I have a problem: when I use the delete button it deletes everything (including the image) and I would like to delete only what was dr...
asked by 10.09.2018 / 15:27
1
answer

How to insert WP previous_post_link (); anchored in a div

Good night, I'm trying to create a personalized navigation between single-posts in Wordpress, but I do not know how to do it, and I do not want to use a plugin for this, see what I'm trying to do (No No Success!): * .php <a href="<?...
asked by 15.09.2018 / 02:45
0
answers

Email validation with HTML5 Required and regular expression

Hello! I'm using native HTML5 validation for an "email" field and it works fine! However, I would like to increase it to a specific case, where I do not want to accept emails with "free" domains (gmail, hotmail, etc.). I did the regular expre...
asked by 13.09.2018 / 16:19
0
answers

How to include js file in html project?

In my project, I am trying to include an .js file, but it is displaying the error Uncaught SyntaxError: Unexpected token < every time I include the file as <script type="text/javascript" src="dashboard/dist/js/main.js"></sc...
asked by 04.09.2018 / 16:50