Questions tagged as 'html'

0
answers

Add Sound to Meteor

How do I play sound using Meteor using the public folder?     
asked by 09.05.2018 / 10:52
1
answer

Variable handling in HTML

Hello ... The world HTLM / JAVASSCRIPT / PHP is totally new to me. As a beginner, I count on your help to develop a small project. Come on ... I have an INDEX.HTML page that receives a value via URL. I was able to read this value using a func...
asked by 10.06.2018 / 01:14
1
answer

Interaction in browser behavior when leaving the page

Is there any way to open a modal question, when the person tries to exit a game in the browser, type, changing the address in the URL or giving refresh, or even harder, wanting to close the browser? I have this code, but it does not solve all...
asked by 11.06.2018 / 14:24
0
answers

Redirect Servlet to JSP passing data

I am doing a library project, I register Book, Publisher and Parents and then view them in the JSP. When I register the data appear normally in the JSP but if I refresh the page they are re-registered. I've never used Servlet and JSP before....
asked by 11.06.2018 / 00:43
1
answer

Div on top of image

I'm trying to put a div over the image, this div will be a white container with a certain height and width, inside that container, it will contain a title and a paragraph. Below I leave the section where I want to make this container, the div...
asked by 05.05.2018 / 13:59
1
answer

Night Mode html css js

People, I found an API on the internet of a switcher that changes the theme of the page when clicking the button, but I'm not able to make other divs change color too, just the body that changes color, please help me. I tried to change the theme...
asked by 15.05.2018 / 01:37
2
answers

Menu menu is not working when I click on toggle-btn

Menu menu is not working, when I click on toggle-btn it is not calling my menu-config, it is not appearing function toggleSidebat(){ document.getElementById("menu-config").classList.toggle('active'); } *{ margin: 0px; padd...
asked by 15.05.2018 / 15:55
1
answer

Help with Ajax and FORM Requests

I'm using the form below to search for products ... <form action="prod_index_consulta.php" enctype="multipart/form-data" name="busca" method="post"> <span>Busca Avançada</span> <a class="search" id="<?php echo $...
asked by 10.05.2018 / 00:21
1
answer

Pass values within frameset

I have two pages, where it receives data by typing the product name and description: <html> <head> <meta charset="utf-8"> </head> <body> <form> Código: <input name="campo1" id="campo1" type="text...
asked by 30.04.2018 / 20:20
1
answer

To create a product in an online store, do I need to create an HTML page for each product?

My question is: I am creating a website with a store, for a customer to access the page with the details of a product, it is necessary to create a page for each product, or is there any way a page can be modified according to the product N...
asked by 30.04.2018 / 15:07