Posts by Emillp • 19 points
6 posts
-
0
votes0
answers38
viewsQ: System does not open in Chrome
I have a local system (development). I created a virtual host in windows (example.dev). When I try to access it in Chrome, it adds 'https://' and won’t let me access it. In Mozilla it works…
google-chromeasked Emillp 19 -
0
votes4
answers1375
viewsA: Count options from a select
I got what I wanted. I’m new to jquery if ($('#municipio-index option').size() == 1){ $('#form-listar-imovel').submit(); }; Thank you all
-
0
votes4
answers1375
viewsQ: Count options from a select
I need to count the options of a select. If you only have 1 option, I submit the form. How do I do this in jQuery?
-
-1
votes2
answers4692
viewsQ: Text and inputs on the same line
I need to put a text, an input-text, another text and another input text on the same line (Row) in html. I can’t find a way. Can someone help me?
-
1
votes0
answers75
viewsQ: E-mail to not accept reply
I’m sending a confirmation e-mail to a client using Phpmailer. I would like to know how I do so that the customer can not send any answers, just click on the link and confirm the registration. Is…
-
0
votes1
answer228
viewsQ: Send link by Phpmailer
I am trying to send an email confirmation of registration to a client using the Phpmailer. It turns out that the message is printed as below: <strong>Você foi cadastrado no sistema de…