Questions tagged as 'html'

1
answer

Check and display message if the date is less than the current date

I have a field in my system, where I would like to display a real-time message if the date entered is earlier than today's date. It would not be a validation, just show the alert. I am having difficulty with the condition and syntax for not havi...
asked by 19.09.2018 / 22:42
1
answer

Error in the bootstrap tab-content. Shows elements stacked in tab alternation

Good afternoon. We are developing a website for a group of masters research, I am a scholarship holder, of the course of information systems, with little experience in web programming, who can help, for goodness! Using the nav-tabs and tab-conte...
asked by 21.09.2018 / 18:31
0
answers

Option menu back to login

I'm trying to use the treeview of AdminLTE in the system menu, but every time I click the menu item it goes back to the login. For example: When I click Dashboard, Graph or Management, it returns to the login HTML treeview excerpt: &l...
asked by 21.09.2018 / 18:12
0
answers

Problems sending html and php emails (via outlook), limiting message

I have a problem with sending emails via php and html, there is a button that opens the Outlook already with the fields of email, subject and cc filled in, in the body of the email is already filled with information, but it is like if it is limi...
asked by 21.09.2018 / 15:58
0
answers

Is there any way to set a non-constant value to a checkbox value?

I have this dynamic checkbox that is passed as an array to my treatment page    link if($op1== null){ $op1= "Não"; } if($op2 == null){ $op2 = "Não"; } if($op2 == null){ $op 2= "Não"; } if($op2 == null){ $op2 = "Não"; } I...
asked by 21.09.2018 / 20:20
0
answers

include does not work

I made a modular system in which each part of the pages are in a folder, the problem is that I have a page with a form that is inside a modal, this form receives information from the bank, when I just sow the form it works and when I run the mod...
asked by 24.09.2018 / 21:30
0
answers

Pull txtarea from html editor via select

Good afternoon, I'm having trouble correctly displaying the contents of a select within the html ckeditor editor. Code below: <form> <div class="form-group"> <label for="exampleFormControlSelect1">Selecione a página&l...
asked by 24.09.2018 / 19:36
0
answers

Export too large table

I am trying to export more than 15,000 lines to excel in html (they are within table ), however it is not exporting, it only opens a blank browser tab. When I put fewer rows, it exports normally. Follow the javascript: function fnExce...
asked by 24.09.2018 / 20:12
0
answers

Parameter passing in JasperReport

I'm trying to pass the Id parameter to a query in the Jasper Report. The parameter is being passed, but I'm getting conversion error from the Conversion error: There was an unexpected error (type=Internal Server Error, status=500). java.lan...
asked by 24.09.2018 / 21:07
1
answer

Button does not work when using append / prepend

I'm trying to put a button by append taken via ajax. After being placed in html , button stops working, (everything works normally after refreshing the page, because it 'catches' the database data), I already researche...
asked by 11.02.2018 / 16:41