Questions tagged as 'html'

1
answer

Own Javascript is not recognized

I am developing an application in XAMPP with PHP and JS. I have the folders arranged in this order: 1) app/asset/css (I save the css files, 'bootstrap' and my main one) 2) app/asset/dist (I save the js files, 'bootstrap',...
asked by 24.11.2017 / 23:39
1
answer

I can not see the difference of absolute and relative positions and when should I use them? :( [duplicate]

I know that the absolute and relative position have a difference that the absolute edit the flow of the page and that should be used within a relational usually, but when should we use them? in this code I can not see the difference of using i...
asked by 02.12.2017 / 14:27
1
answer

How do I make the PHP file cause AJAX to fail?

Good. I'm trying to make a program that looks at whether the password of a form is in a file.txt. The file is line by line in this way:    000 010 001 ... Keep this up with a lot of passwords but it's for you to come to the idea....
asked by 30.11.2017 / 21:50
2
answers

JavaScript Entries

It's my first post here, and I'd like to ask you a question that would solve my life with a project. I am developing a web page in HTML, CSS and JS, in this, I have a kind of "Virtual Calculator". My idea was to ask the user to enter some values...
asked by 30.11.2017 / 17:01
1
answer

Analyze HTML in Python with BeautifulSoup

Objective: I'm trying to show a list about the specific names of the website https://www.screwfix.com/c/tools/angle-grinders/cat830694 . For example: Get Titan TTB281GRD of the title of the link in this part: <div id=...
asked by 12.12.2017 / 23:10
1
answer

Remove search from a bootstrap select

how to remove the search engine from select of bootstrap ? select remove search I just want the list to appear. <div class="form-group col-md-3"> <label class="control-label">Talla</label> &...
asked by 28.11.2017 / 17:57
1
answer

Enable button when selecting rows of the table and disable button when not having any selected

Buenos Dias, I have a table and I would like if a line is selected, a button will be enabled and if there are no rows selected, the button will be disabled. I leave my code here <div class="box"> <div class="box-header">...
asked by 28.11.2017 / 17:43
1
answer

Inidivual search engine for each table

I have two tables created, each one with its respective search engine only when I search in one they look for me in the two thanks for their help <div id="infouser"> <img src="<?php echo base_url();?>css/image...
asked by 21.11.2017 / 15:38
1
answer

Get the column number from among the "prime" elements

I have the following html structure: <tbody> <tr> <td><input type='text' class='celda clave' value='1'></td> <td> <select class='celda'> <option selected='true' disable...
asked by 21.11.2017 / 01:37
1
answer

Refer to the current image img src

I have three images A, B and C that can take the value of the large image by clicking on the large image (loaded by default with image A). My code: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtm...
asked by 20.11.2017 / 18:31