Questions tagged as 'html'

0
answers

Button to debug table phpmyadmin

I make a form and what I need to do is make a button that debug my table calculations this so that it empties my table so that new data are inserted , I do not know how to do it by means of a button instead if I do it directly in SQL which is...
asked by 08.07.2018 / 01:06
0
answers

Schema for my website (it's not wordpress)

I want to implement Schema org Games on my website, to improve my position in google (SEO) and add those famous "little yellow stars". But I can not quite understand where I should place the Schema TAGs. For example, a Schema that I found cou...
asked by 07.07.2018 / 17:16
0
answers

Read an XML from HTML and apply them directly in the view

I am trying to load an XML to a view and that with JS I read it and the tags use them directly in several inputs that exist in that same view, and everything I want to do from the client. If someone can help me. It is a form that must be fill...
asked by 17.07.2018 / 17:20
1
answer

Error loading JSON file with getJSON

I do not have much control over Javascript and I am trying to test a project that you download from github . link I have managed to solve a problem with the audio, since the routes indicated in the sources were not the same ones that...
asked by 18.07.2018 / 07:49
1
answer

Problem with axes vue and php: Undefined Index

I have a very simple code, I'm using PHP VueJs and axios for Ajax requests I have a button that sends data by ajax to a php file per post but it does not recognize post data, that I infer from this error:    Notice: Undefined index: email...
asked by 16.08.2018 / 08:01
1
answer

how to eliminate bootstrap margins only in the caroufredsel?

@font-face { font-family: "champagne&limousines"; src: url('../fonts/Guava/Champagne & Limousines.ttf') format('truetype'); font-family: "champagne&limousines-bold"; src: url('../fonts/Guava/Champagne &...
asked by 09.07.2018 / 01:58
1
answer

Print Javascript text string in html

I have this problem: I define a text string in js: htmo = ""; html += "<table class= "+" table table-responsive table-bordered"; but the browser interprets it as follows <table class="table" table-responsive="" table-bordered="">...
asked by 04.07.2018 / 14:10
1
answer

Two submit to Edit and Insert in the same Form

This is my form: <form name='form_update' method='post' id="registerUser" action='update.php'> <input type='text' class='form-control' name='nombre' value=<?=$nombre; ?> /> <input type='text' class='form-control' name='ne...
asked by 13.07.2018 / 20:35
1
answer

remove titles by filtering results

I have a filter of results but I need that when writing in the search box the titles disappear; just like what the code does next: $(document).ready(function () { (function ($) { $('#buscar').keyup(function () {...
asked by 01.07.2018 / 18:42
0
answers

How do I store data without being repeated, and how to add data in a form.

good day! for all I'm doing a project, where I'm going to register some people to give them some support they asked me to use the CURP so that the user is unique and can not ask again neither he nor anyone in his family. because the support is o...
asked by 08.08.2018 / 23:50