Questions tagged as 'html'

2
answers

. htaccess does not load css or images

My next error is with the htaccess I do not load the css files or anything RewriteEngine On RewriteRule ^blog?$ web.php RewriteRule ^blog/c/([0-9]+) web.php?id=$1'     
asked by 11.08.2016 / 02:07
1
answer

PHP: Error Database not selected

Excuse me, I have this little problem that I could not solve, I have a web system which I want to update at a certain moment through mysql_query, but it tells me that I do not have the selected bd This is the code to connect to the database a...
asked by 14.08.2016 / 20:16
2
answers

Error inserting data into MySQL using PHP and AJAX. (NO jQuery)

PHP class where I connect to the Database <?php class Buscador { var $host = 'localhost', $user = 'root', $pass = 'chachin', $db = 'employee', $conexion = 'Se conecto', $conexion_i = "No se Conecto correctament...
asked by 07.07.2016 / 02:29
1
answer

JavaScript parameter pass

I try to make a function in JavaScript that receives two parameters, it works perfectly with a single argument but when I try to pass 2 it stops working and I do not find the fault any idea? This is how I call the function out.print("&l...
asked by 04.07.2016 / 19:54
1
answer

Mobiscroll format date

I am using the Mobiscroll library with jQuery and I have everything for languages and date formats, my question is, how can I make this date format only visually (depending on the language)? ) and when sending it by POST it is sent in a specif...
asked by 11.07.2016 / 10:11
1
answer

Hide URL in browser address bar

I have an application in aspx and I use the bootstrap navbar to build the navigation menu, my question is how can I hide the url in the browser so that each time I change the page does not appear the route, I the menu is dynamically assembled fr...
asked by 26.07.2016 / 01:40
1
answer

Advance steps in a form with fieldsets

I have a form with multiple separate steps with a fieldset , and what I want it to do is that the progressbar has href to send directly to the next fieldset , without changing much what CSS is . Any response is apprecia...
asked by 11.07.2016 / 02:05
2
answers

How to Show an Image in Modal Window Bootstrap

I have a table where I keep 6 data between them, a field where the path of an image saved on the server is saved. I have a button inside the page called details where clicking it shows a modal window with the information of this, but I do not...
asked by 27.07.2016 / 18:42
1
answer

Check if there is mail in BD [closed]

You will see I have a form in which I have a name, last name, two mail fields (the second to verify if it is equal to the first one), a password, and two RadioButton with the sexes. What I need is to check only the mail if it is repeated or n...
asked by 23.08.2016 / 02:04
1
answer

put the values of the selected fields to null

I am in a project in mvc I have the following. <script> $(document).ready(function () { $("#selecctall").change(function () { $(".checkbox1").prop('checked', $(this).prop("checked")); }); }); </script> <table st...
asked by 23.06.2016 / 10:00