Posts by Lucas Josivan • 23 points
8 posts
-
0
votes1
answer220
viewsA: Replace php include for javascript
I managed to resolve with the help of Valdeir Psr in the comments. He gave a right suggestion in the wrong way. I just added this in my CSS: object { height: 100%; } And already answering Leandrade,…
-
-2
votes1
answer220
viewsQ: Replace php include for javascript
I am making a website that I am required to use HTML, CSS and Javascript at most. It’s just that many things I need Php I can’t use. So I’ve been searching for a synonym of include() and found the…
-
0
votes1
answer146
viewsQ: How to exchange content without changing the structure?
I started making a website in the code anyway. Only this site will have several pages where on every page, the structure is the same, what changes is only the content. In order not to have to do the…
-
1
votes1
answer4032
viewsQ: Place space between two bootstrap columns
Bootstrap speakers inside the div with class .row stick together ( http://prntscr.com/io5hbg ). But I would like to "untangle" them somehow by putting a spacing between them of at least 20px. I’ve…
-
0
votes1
answer56
viewsA: Use the same datalist for multiple pages
For those who also want to know, I did it this way: I put in a file . txt all lines of code that I wanted to mirror on all pages. Then I used the following script to make it happen: <script>…
-
-1
votes1
answer593
viewsQ: Notice: Undefined variable: connection
Recently I changed all my code mysql for mysqli. It just gave me a lot of headaches. He gives me the following mistakes: Notice: Undefined variable: conexao in…
-
0
votes1
answer56
viewsQ: Use the same datalist for multiple pages
I’m wanting to make a system where I would have a datalist with all my options and on every page of my site would be mirrored. Example: <input type="text" name="tCid" id="cCid"…
-
1
votes1
answer60
viewsQ: How to make optgroup access a page
I have a code and I want it to work as follows: I created a list of options within a optgroup and I want as soon as I click on an option, it go to the page I want. Example: <optgroup>…