Questions tagged as 'html'

1
answer

html How to put double quotes in a url with query

To understand if I look for two words on my website, the url is like this:    /phpbb_topic_tagging.php?mode=search&tag= "Word1 + Word2" I want to put static links of pre-established searches, but I do not find it when putting double q...
asked by 29.12.2017 / 04:41
1
answer

Checkboxs selected from MySQL database

I have the following error: Fatal error: Uncaught Error: Call to undefined function mysql_query() Line 37: $sql = mysql_query("INSERT INTO cabanasaccesorios VALUES (".$idcabana.", ".$value.")"); Explanation: I have a form where I...
asked by 11.12.2017 / 11:30
1
answer

How to hide the social media bar?

Good morning. I have created a contact bar with social networks following a tutorial. I have seen on a website how it has a small arrow to hide this bar and I would like to do the same but not if it is done with javascript or modifying the css t...
asked by 11.12.2017 / 08:54
1
answer

How do I remove the margin from the top?

I have this HTML code and this CSS code: .burua{ padding: 0px; margin: 0px; width: 100%; background-color:#000000; height:65px; } #p1{ font-size: 350%; text-align: center; } a:link{ text-decoration:...
asked by 07.12.2017 / 11:27
2
answers

receive variables from node js in javascript

I want to read a server variable in my HTML I'm using nodejs , JS and HTML This is how I send it, but I do not know how to paste it in JS to paint it in HTML const express = require('express'); const...
asked by 07.12.2017 / 18:13
1
answer

Reading of html table with js

I have a table that is filled with an information textbox that has the excel format (the line breaks with the charcode 10 and the tab with the charcode 9), this information is transformed into a table so that later it registers in a database wit...
asked by 08.12.2017 / 17:53
1
answer

Onclick event on touch screen

I am developing a project in laravel 5.5, the problem is that when I want to unlock and run the onclick event on a touch screen, I do not run it. How can I do it so that it runs on a touch screen? here is the code <li> &...
asked by 06.12.2017 / 18:35
2
answers

How to make the tag br / be recognized in html when it is returned from a database?

I am working in C # with MVC and I am saving text in SQL server but I need to do line breaks so I chose to include the <br/> tag to perform the jumps, from a view I made the insertion in the data base and another view I show that da...
asked by 25.11.2017 / 01:10
2
answers

Hello Friends, help with "Return" button does not work and generates an exception!

What happens is that I'm validating events with <a></a> and the detail that these are to return when filling out forms, the problem is that I do not know how to handle some exceptions because they generate these errors:...
asked by 27.11.2017 / 19:13
2
answers

How to make an image responsive in a background within a select arrow!

I hope and they are well, what happens is that I have a problem when making responsive the arrow of a "select" or "comboBox" element here is the css code where the image is loaded: .selectArrow { background: URL(../img/unfold-icon.png) no-...
asked by 24.11.2017 / 23:09