Questions tagged as 'html'

1
answer

Submit Resume formatted with php

I am creating a form for a company for resume registration and it is already working, but I did to generate the resume and print, someone could tell me how it would be done so that when you click submit, it sends this file to a certain email for...
asked by 05.09.2018 / 14:23
1
answer

How do I set the "searched" value in input with RainTPL

I'm changing my project to RainTPL and found nothing in their documentation about it. Before I used it as follows: <form method="POST" class="row py-4" action=""> <?php $nome = (!empty($_POST['nome'])) ? $_POST['nome'] :...
asked by 05.09.2018 / 16:59
1
answer

Is web tax printer possible? [duplicate]

I'm implementing a system for issuing invoices with fiscal printer in C #, but would like to know if the same is possible via web using JavaScript HTML, CSS etc. How would I do this? Through which tools and resources?     
asked by 27.01.2015 / 01:32
0
answers

Email sent with PHP coming in blank

I have a resume registration form for a particular company, the HTML IDs are everything and the PHP Code is attached. only arrives the information that is written, is not taking the values of the input or select. Can someone tell me if it's beca...
asked by 05.09.2018 / 16:51
1
answer

Extend the image out of the container on the left side

I have a container, which has a block divided in half. On the left side I need to make the image leave the container. It would be this model: Withthisstructure: <div class="blog_section"> <div class="container"> <div...
asked by 04.09.2018 / 15:32
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
0
answers

Is it possible to display a map within a $ mdDialog.show?

I'm having trouble doing this. If someone can help me, I'm grateful. This is Index.html <html> <head> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="https://ajax.googl...
asked by 06.09.2018 / 15:23
0
answers

Tooltip when mouseover on map

I'm trying to make a tooltip appear when hovering over a part of an image, but it's not working, I've tried two ways: The first one was to put title in the map of the image, it appears the tooltip, however I can not edit the text, like increase...
asked by 06.09.2018 / 14:52
1
answer

How to rewrite a URL

Good afternoon, guys. Could you help me with my doubt? I wanted to rewrite a URL. For example: <a href="#Contato">Contato</a> that points to a DIV ID Contact, however, the URL is: https://site.com/index.php#Contato and w...
asked by 19.09.2018 / 19:14
1
answer

Write Information from a FORM on the Same Page

I would like a very brief help, I am making a form to send a resume with HTML + PHP, I would like to know how the following would be done to add a course. (1st we add a course), (2nd we put course information) and then I want it to be recorded a...
asked by 04.09.2018 / 21:09