Questions tagged as 'html'

1
answer

friendly urls, return to directory

Good afternoon, I have a question, I implemented friendly urls for a page of my website. This way, RewriteEngine ON RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %(REQUEST_FILENAME} !-d RewriteRule ^investimentos/(.*)/(.*)/(.*)/(.*)$ anunc...
asked by 02.07.2015 / 19:59
0
answers

Simple php email script correct but does not send, is the server?

Good morning friends, I have the following script but it is not sending the email, is the server? link HTML: <html> <head> <script language="javascript" type="text/javascript"> function checa_formulario(email){ if...
asked by 13.08.2015 / 16:05
1
answer

Does nothing when trying to open popup

No HTML I have this footer : <div data-role="footer" data-position="fixed" data-theme="c" data-tap-toogle="false"> <div data-role="navbar" data-grid="c"> <ul> <l...
asked by 06.07.2015 / 17:55
1
answer

How to collect 'date-userid' from a Button generated by Ajax and use 'data-userid' in a post?

I'm having trouble with the following situation: I have two pages: radioPage.php and radioPageBD.php. In radioPage.php the user can select the RadioButton Company or RadioButton client. The two make different queries in...
asked by 02.08.2015 / 19:23
3
answers

Javascript and SQL - Fill a ticket with one line data after selecting it

In a site, I have the following function in Javascript to bring me into a table the result of a query SQL . function buscaBoletos(){ $.ajax({ async: false, cache: false, url: '[:raiz]emissaoBoletos/getBoletos', data: (...
asked by 09.06.2015 / 19:07
1
answer

How can I make a Javascript roulette [closed]

Well my question is this: I have an HTML form, which when loading on submit it gives me a random number of 1 to 5 in PHP. What I wanted to know was, how could I do that by clicking on the button PHP would select one of the numbers 1 to 5 rand...
asked by 17.06.2015 / 05:01
0
answers

AngularJS validation does not work very well

I have a form that is shown within a modal, used by the Bootstrap framework, and because of this, angle validation does not work right. Only a few fields are validated and still random. For example, I have three fields in this form: FirstName...
asked by 15.06.2015 / 16:25
1
answer

Javascript simulate keyboard [duplicate]

Hi, I have the following case, an external page opens inside my iframe, I need javascript to simulate the "TAB" key until it reaches the login field. So much so why my problem is to find a way to make it simulate this "TAB" without any other e...
asked by 05.06.2015 / 16:55
1
answer

Doubt about working with (getViewportHeight ())

I have a problem. I have a Javascript library that creates a horizontal slider. What I need is that the height of the block has a specific height depending on the% of browser%. For example: If the browser has viewport , the block will have...
asked by 03.06.2015 / 18:42
2
answers

How to list and consult contacts with PHP and Javascript? [closed]

Hello, I need a very practical PHP example that brings me the contact list from a database table, and click on a contact to be displayed the information of it. Follow the image below: I'm a beginner in PHP, I tried to use the query...
asked by 04.06.2015 / 18:43