Questions tagged as 'html'

1
answer

Display calendar with PHP with certain conditions

I'm starting my PHP studies, and I have the following challenges: Display Sundays in red and Saturdays in bold. Make the calendar start on a day other than a Sunday. but I have no idea how to do this, could anyone tell me how I do that? What log...
asked by 29.04.2018 / 22:11
4
answers

Close Mozilla tab, IE, Chrome

I'm trying to close a tab on my site, I've tried using the following commands: window.open('','_self',''); window.close(); window.close() self.close() var win = window.open("","_self"); win.close(); wi...
asked by 28.05.2014 / 16:08
1
answer

Django - select options

I'm trying to put the names of the coordinators in the options of a select looking for the database, I've already researched and it seems that there is another way to use the select in django, but it was not very clear, so I'm posting here my co...
asked by 08.05.2018 / 00:45
0
answers

Saving PHP and HTML Data

Next, I'm having a form here while filling it up using PHP to validate the data and save it to the MySql database. However, I type the normal date and when I view the table of saved data, the date is the only date that is left undisturbed. Someo...
asked by 08.05.2018 / 02:36
0
answers

"Drop button" only with information

Can anyone explain to me how I can find a tutorial on this? I search for "drop button" (what makes sense) but I can not find anything related to this! is a normal ( <a> ) link: WhenyouclickonitappearssomethingIwant:     
asked by 08.05.2018 / 03:46
3
answers

How to use a button together with a function? (JavaScript / HTML)

Hello, I'm writing a page with a Stone or Scissors game. And I would like the user to be able to choose between the three options through three buttons, which when clicked call a function that assigns a value to the variable relative to the user...
asked by 05.05.2018 / 01:35
1
answer

reCaptcha TOTALLY invisible

I'm making a page that will submit a form by Javascript (JQuery), not in the ordinary way. The purpose of the feat is not to reload the page. I'm not able to implement Invisible reCaptcha on this system. After reading the documentation I foun...
asked by 01.05.2018 / 00:05
1
answer

List selected checkboxes

I have a question regarding a function, how do I display the selected checkbox and combobox values in real time? For example, if I select option 1 of the combobox and a checkbox option the two appear in list format. Ex: List Option 01 - Co...
asked by 27.04.2018 / 20:45
1
answer

Slider occupying more than 100vh

I have a problem, I added a slider to my header but it happens that it occupies more than the 100vh I gave, still occupies a little of the section below the header. Above this section it occupies I had a "before" that made a section divider appe...
asked by 04.05.2018 / 15:48
0
answers

Send Combobox ID in the Wizard

I'm having trouble creating a wizard form for a Combobox of neighborhoods and streets ... Ex: Neighborhood_1: Downtown Street_1 (Neighborhood_1) Street_2 (Neighborhood_1) Street_3 (Neighborhood_1) Neighborhood_2: Progress Street_1 (Neighbo...
asked by 26.04.2018 / 17:38