Questions tagged as 'html'

1
answer

Help - Upload Specific PHP

Galera, I needed a huge help, actually a way to try to do what I want. The problem is the one I have no idea how to do: I have a system that generate tickets with the following name: 020 112.pdf 020 113.pdf 021 163.pdf 021 164.pdf 021 seri...
asked by 26.02.2018 / 23:11
0
answers

error in require_once include_path = 'C: \ xampp \ php \ PEAR'

What is this error:    Warning: require_once (../ config.php): failed to open stream: No such file or directory in C: \ xampp \ htdocs ... \ CRUD.php on line 2       Fatal error: require_once (): Failed opening required '../config.php' (incl...
asked by 15.01.2018 / 23:15
1
answer

Dates - Javascript

Hello! I am not able to compare the dates of a user input with today's date. To be able to return an alert to the user. I did another example and it worked, but that was not it. Can anyone see the error (s)? <script type="text/javascrip...
asked by 23.01.2018 / 23:38
1
answer

Overlap Div with Navbar

Good morning. I'm using Bootstrap to develop a website and I'm using a Navbar and a Div with an image, but when I enter the navbar and div with the image, the div starts just below the Navbar and that's not what I expected. Basically what...
asked by 23.01.2018 / 13:56
1
answer

How to remove the white bar from the background?

myhtml<!DOCTYPEhtml><html><head><metacharset="UTF-8"> <title>Ensintech</title> <link rel="stylesheet" href="lib/bootstrap/css/bootstrap.min.css"> <link rel="stylesheet" href="css/style.cs...
asked by 12.01.2018 / 17:43
1
answer

How to use Python ChatterBot in HTML page?

I'm developing a Chatbot in python, using the ChatterBot library. I would like to know how I can "embed" this chatbot into an HTML page. I'm a beginner. I use USB Web Server Follow the code: # -*- coding: utf-8 -*- from chatterbot.tra...
asked by 14.01.2018 / 14:22
1
answer

Edit search field with icon CSS

I'm developing a web application and would like to format my search field as well. With icon inside and a written placeholder search product Lookslikethisismysearchfield. WiththeroundbordersandiconinsidethebuttonandthenameLookforaproductinsi...
asked by 25.01.2018 / 03:14
1
answer

Redirect through the option value and keep it selected

I need to redirect according to the value of the "option" and keep this "option" selected after the redirect. I can already redirect through this code: $(function() { // bind change event to select $('#categoria').on('change', function() {...
asked by 26.01.2018 / 00:40
1
answer

Doubt about zooming in Media Query

I want to make a responsive design, the mobile version is ready and working perfectly, but when zooming the layout breaks. How do I fix it, or better, zoom in the media query? Is there any solution for this? Thank you in advance.     
asked by 25.01.2018 / 17:40
0
answers

Null object in View

The request: @Entity @Table(name="wp_posts") public class Pedido implements Serializable { private static final long serialVersionUID = 1L; @Id @GeneratedValue private Long id; @Column(name="post_status") private String status; @Column(nam...
asked by 30.01.2018 / 19:58